CadImageBlocksTables Property |
Gets or sets the blocks tables.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadBlockRecordList BlocksTables { get; set; }
Public Property BlocksTables As CadBlockRecordList
Get
Set
public:
property CadBlockRecordList^ BlocksTables {
CadBlockRecordList^ get ();
void set (CadBlockRecordList^ value);
}
member BlocksTables : CadBlockRecordList with get, set
Property Value
Type:
CadBlockRecordList
The blocks tables.
See Also