This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IM > IMetricUnitConverter Interface > IMetricUnitConverter.GetPointCoordinates Method (ArcObjects .NET 10.5 SDK) |
Convert the chosen point coordinates to correct units.
[Visual Basic .NET] Public Sub GetPointCoordinates ( _ ByVal pGSPoint As Object, _ ByRef pX As Double, _ ByRef pY As Double, _ ByRef pZ As Double _ )
[C#] public void GetPointCoordinates ( object pGSPoint, ref double pX, ref double pY, ref double pZ );
Convert Cadastral Fabric point coordinate to GeoSurveyEngine point Coordinate equivalent (metric) X, Y, Z.