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