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