ArcObjects Library Reference (CadastralUI)  

IMetricUnitConverter.GetLineCoordinates Method

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
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Convert GeoSurvey line Coordinates to Cadastral Fabric coordinate equivalent.

[C++]

See Also

IMetricUnitConverter Interface