Attribute.GetAttributeValue Method
Public Shared Function GetAttributeValue( _
ByVal attrib_value_id As EntityID, _
ByVal t As AttributeType, _
ByVal db As IDatabase _
) As AttributeValue
This language is not supported or no code example is available.
public static AttributeValue GetAttributeValue(
EntityID attrib_value_id,
AttributeType t,
IDatabase db
)
This language is not supported or no code example is available.
public:
static AttributeValue^ GetAttributeValue(
EntityID^ attrib_value_id,
AttributeType t,
IDatabase^ db
)
This language is not supported or no code example is available.
public static function GetAttributeValue(
attrib_value_id : EntityID,
t : AttributeType,
db : IDatabase
) : AttributeValue;
This language is not supported or no code example is available.
Parameters
- attrib_value_id
- EntityID
the id of the attribute value
the type of the attribute
- db
- IDatabase
the db connection to use
Return Value
AttributeValuethe attribute value to return, null if not found