| AxesGetVectorElement Method (CartesianElement) | 
 
            Creates a 
Vector representing the X, Y or Z of this axes. Note that the vector
            returned will return trivial answers unless observed in some other axes.  Use the
            
GeometryTransformer to properly observe the vector instead of getting an evaluator
            directly.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Vector GetVectorElement(
	CartesianElement element
)
Public Function GetVectorElement ( 
	element As CartesianElement
) As Vector
public:
Vector^ GetVectorElement(
	CartesianElement element
)
member GetVectorElement : 
        element : CartesianElement -> Vector 
Parameters
- element
- Type: AGI.Foundation.CoordinatesCartesianElement
 Specifies that the returned vector represents the X, Y or Z element
            of this axes.
Return Value
Type: 
VectorA 
Vector representing the X, Y or Z of this axes.
 See Also
See Also