ScalarPointElementElement Property  | 
 
            Gets or sets the 
CartesianElement to use.  Note that if using
            
Magnitude, the first derivative will be the derivative of the
            Magnitude, not the magnitude of the velocity.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CartesianElement Element { get; set; }Public Property Element As CartesianElement
	Get
	Set
public:
property CartesianElement Element {
	CartesianElement get ();
	void set (CartesianElement value);
}member Element : CartesianElement with get, set
Property Value
Type: 
CartesianElement
See Also