AttributeCollectionAppendAttribute Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public ObjectId AppendAttribute(
AttributeReference attributeToAddToBlockReference
)
Public Function AppendAttribute (
attributeToAddToBlockReference As AttributeReference
) As ObjectId
public:
ObjectId AppendAttribute(
AttributeReference^ attributeToAddToBlockReference
)
member AppendAttribute :
attributeToAddToBlockReference : AttributeReference -> ObjectId
Parameters
- attributeToAddToBlockReference AttributeReference
-
Return Value
ObjectId
See Also