CompoundObjectIdLeafId
Property
|
Property that represents either an ObjectId
that resides in the BlockTableRecord that is the last
BlockReference in the path references, or just an ObjectId if there
is no path.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public ObjectId LeafId { get; }
Public ReadOnly Property LeafId As ObjectId
Get
public:
property ObjectId LeafId {
ObjectId get ();
}
member LeafId : ObjectId with get
Property Value
ObjectId
See Also