AcdsRecordSubRecords Property
|
SubRecords
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<AcdsSubRecord> SubRecords { get; set; }
Public Property SubRecords As List(Of AcdsSubRecord)
Get
Set
public:
property List<AcdsSubRecord^>^ SubRecords {
List<AcdsSubRecord^>^ get ();
void set (List<AcdsSubRecord^>^ value);
}
member SubRecords : List<AcdsSubRecord> with get, set
PROPERTY SubRecords AS List<AcdsSubRecord> GET SET
Property Value
Type:
ListAcdsSubRecordSee Also