|
Line3PointAtStart Property
|
Gets or sets 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; set; }
Public Property PointAtStart As Point3
Get
Set
public:
property Point3 PointAtStart {
Point3 get ();
void set (Point3 value);
}
member PointAtStart : Point3 with get, set
Property Value
Type:
Point3
See Also