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