| PathPointBuilderPosition Property  | 
 
            Gets or sets the position associated with this point.
            
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Cartesian Position { get; set; }Public Property Position As Cartesian
	Get
	Set
public:
property Cartesian Position {
	Cartesian get ();
	void set (Cartesian value);
}member Position : Cartesian with get, set
Property Value
Type: 
Cartesian See Also
See Also