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