Attribute.UpdateAttributeValue Method
Public Shared Sub UpdateAttributeValue( _
ByVal attribute_id As EntityID, _
ByVal t As AttributeType, _
ByVal value As AttributeValue, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void UpdateAttributeValue(
EntityID attribute_id,
AttributeType t,
AttributeValue value,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void UpdateAttributeValue(
EntityID^ attribute_id,
AttributeType t,
AttributeValue^ value,
IDatabase^ db
)
This language is not supported or no code example is available.
public static function UpdateAttributeValue(
attribute_id : EntityID,
t : AttributeType,
value : AttributeValue,
db : IDatabase
);
This language is not supported or no code example is available.
Parameters
- attribute_id
- EntityID
the id of the attribute
the type of the attribute
- value
- AttributeValue
the attribute value
- db
- IDatabase