PointGetScalarElement Method (CartesianElement, ReferenceFrame) | 
 
            Returns a 
Scalar representing the X, Y, Z, or Magnitude
            of this point.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Scalar GetScalarElement(
	CartesianElement element,
	ReferenceFrame referenceFrame
)
Public Function GetScalarElement ( 
	element As CartesianElement,
	referenceFrame As ReferenceFrame
) As Scalar
public:
Scalar^ GetScalarElement(
	CartesianElement element, 
	ReferenceFrame^ referenceFrame
)
member GetScalarElement : 
        element : CartesianElement * 
        referenceFrame : ReferenceFrame -> Scalar 
Parameters
- element
 - Type: AGI.Foundation.CoordinatesCartesianElement
Specifies that the returned scalar represents the X, Y, Z or magnitude. - referenceFrame
 - Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame to view this point in. 
Return Value
Type: 
ScalarA 
Scalar representing the X, Y, Z, or Magnitude
            of this point.
See Also