This document is archived and information here might be outdated. Recommended version. |
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.
HRESULT GetLineCoordinates([in] IGSLine* pGSLine, [in] enum esriCadastralPointType ePointType, [out] double* pX, [out] double* pY);