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.SetGSPointCoordinates Method (ArcObjects .NET 10.5 SDK) |
Convert the point coordinates to metric units and set the value in GSPoint.
[Visual Basic .NET] Public Function SetGSPointCoordinates ( _ ByVal X As Double, _ ByVal Y As Double, _ ByVal Z As Double _ ) As IGSPoint
[C#] public IGSPoint SetGSPointCoordinates ( double X, double Y, double Z );
Convert Cadastral Fabric X, Y, Z coordinates to the GSPoint coordinate equivalent (metric).