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.GetLineCoordinates Method (ArcObjects .NET 10.5 SDK) |
Convert the chosen point coordinates on the line.
[Visual Basic .NET] Public Sub GetLineCoordinates ( _ ByVal pGSLine As IGSLine, _ ByVal ePointType As esriCadastralPointType, _ ByRef pX As Double, _ ByRef pY As Double _ )
[C#] public void GetLineCoordinates ( IGSLine pGSLine, esriCadastralPointType ePointType, ref double pX, ref double pY );
Convert GeoSurvey line Coordinates to Cadastral Fabric coordinate equivalent.