InternationalTerrestrialReferenceFrameTransformerConvertPoint Method (EarthCentralBody, Point, String) | 
 
            Converts a 
Point such that an ITRF transformation is applied when it is evaluated.
            
ItrfDefinitions is used to provide ITRF transformations.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Point ConvertPoint(
	EarthCentralBody earth,
	Point point,
	string toFrame
)
Public Shared Function ConvertPoint ( 
	earth As EarthCentralBody,
	point As Point,
	toFrame As String
) As Point
public:
static Point^ ConvertPoint(
	EarthCentralBody^ earth, 
	Point^ point, 
	String^ toFrame
)
static member ConvertPoint : 
        earth : EarthCentralBody * 
        point : Point * 
        toFrame : string -> Point 
Parameters
- earth
 - Type: AGI.Foundation.CelestialEarthCentralBody
            An EarthCentralBody configured with OrientationParameters
            that have a NativeItrfFrame.
             - point
 - Type: AGI.Foundation.GeometryPoint
The point to be converted. - toFrame
 - Type: SystemString
The name of the ITRF that the point is being converted into. 
Return Value
Type: 
PointThe converted point.
Exceptions
See Also