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