DxfDocumentBlocks Property
|
Gets the
block collection.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public BlockRecords Blocks { get; }
Public ReadOnly Property Blocks As BlockRecords
Get
public:
property BlockRecords^ Blocks {
BlockRecords^ get ();
}
member Blocks : BlockRecords with get
PROPERTY Blocks AS BlockRecords GET
Property Value
Type:
BlockRecordsSee Also