DBObjectExtensionDictionary Property
|
Property that represents Object ID of this
object's extension dictionary. Value of this property is null ID if
this object does not have an extension dictionary, or if its
extension dictionary has been erased.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public ObjectId ExtensionDictionary { get; }
Public ReadOnly Property ExtensionDictionary As ObjectId
Get
public:
property ObjectId ExtensionDictionary {
ObjectId get ();
}
member ExtensionDictionary : ObjectId with get
Property Value
ObjectId
See Also