|
PolyLine3Points Property
|
Gets the polyline points.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IEnumerable<Point3> Points { get; }
Public ReadOnly Property Points As IEnumerable(Of Point3)
Get
public:
property IEnumerable<Point3>^ Points {
IEnumerable<Point3>^ get ();
}
member Points : IEnumerable<Point3> with get
Property Value
Type:
IEnumerablePoint3
See Also