DxfDocumentAcadTables Property
|
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<AcadTable> AcadTables { get; }
Public ReadOnly Property AcadTables As List(Of AcadTable)
Get
public:
property List<AcadTable^>^ AcadTables {
List<AcadTable^>^ get ();
}
member AcadTables : List<AcadTable> with get
PROPERTY AcadTables AS List<AcadTable> GET
Property Value
Type:
ListAcadTableSee Also