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