SplineControlPoints Property
|
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<SplineVertex> ControlPoints { get; set; }
Public Property ControlPoints As List(Of SplineVertex)
Get
Set
public:
property List<SplineVertex^>^ ControlPoints {
List<SplineVertex^>^ get ();
void set (List<SplineVertex^>^ value);
}
member ControlPoints : List<SplineVertex> with get, set
PROPERTY ControlPoints AS List<SplineVertex> GET SET
Property Value
Type:
ListSplineVertexSee Also