TDProject.GetAttributeByName Method
Public Shared Function GetAttributeByName( _
ByVal proj_id As EntityID, _
ByVal attrib_name As String, _
ByVal db As IDatabase _
) As AttributeInfo
This language is not supported or no code example is available.
public static AttributeInfo GetAttributeByName(
EntityID proj_id,
string attrib_name,
IDatabase db
)
This language is not supported or no code example is available.
public:
static AttributeInfo^ GetAttributeByName(
EntityID^ proj_id,
String^ attrib_name,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- proj_id
- EntityID
the project id
- attrib_name
- string
the attribute name
- db
- IDatabase
the db connection
Return Value
AttributeInfothe attribute info object