| VectorGetScalarElement Method (CartesianElement, Axes, Int32) | 
 
            Gets a 
Scalar representing the X, Y, Z, or Magnitude of this vector,
            or any derivative of those elements.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Scalar GetScalarElement(
	CartesianElement element,
	Axes referenceAxes,
	int order
)
Public Function GetScalarElement ( 
	element As CartesianElement,
	referenceAxes As Axes,
	order As Integer
) As Scalar
public:
Scalar^ GetScalarElement(
	CartesianElement element, 
	Axes^ referenceAxes, 
	int order
)
member GetScalarElement : 
        element : CartesianElement * 
        referenceAxes : Axes * 
        order : int -> Scalar 
Parameters
- element
- Type: AGI.Foundation.CoordinatesCartesianElement
 The desired element of this vector (X, Y, Z or Magnitude).
- referenceAxes
- Type: AGI.Foundation.GeometryAxes
 The axes to view this vector in.
- order
- Type: SystemInt32
 The order of the derivative.
Return Value
Type: 
ScalarA 
Scalar representing the desired element of this vector.
 See Also
See Also