DxfDocumentEntities Property
|
Gets all
entities list of the active layout.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public EntityCollection Entities { get; }
Public ReadOnly Property Entities As EntityCollection
Get
public:
property EntityCollection^ Entities {
EntityCollection^ get ();
}
member Entities : EntityCollection with get
PROPERTY Entities AS EntityCollection GET
Property Value
Type:
EntityCollectionSee Also