This document is archived and information here might be outdated.  Recommended version.


IMetricUnitConverter.GetLineCoordinates Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IM > IMetricUnitConverter Interface > IMetricUnitConverter.GetLineCoordinates Method
ArcGIS Developer Help

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++]

HRESULT GetLineCoordinates([in] IGSLine* pGSLine, [in] enum esriCadastralPointType ePointType, [out] double* pX, [out] double* pY);

See Also

IMetricUnitConverter Interface