|
PolyLine3PointAtStart Property
|
Gets the line start point.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Point3 PointAtStart { get; }
Public ReadOnly Property PointAtStart As Point3
Get
public:
property Point3 PointAtStart {
Point3 get ();
}
member PointAtStart : Point3 with get
Property Value
Type:
Point3
See Also