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