PointVectorToPointBasePoint Property  | 
  
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Point BasePoint { get; set; }Public Property BasePoint As Point
	Get
	Set
public:
property Point^ BasePoint {
	Point^ get ();
	void set (Point^ value);
}member BasePoint : Point with get, set
Property Value
Type: 
Point
See Also