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