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


IMetricUnitConverter.GetSurveyedLine 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.GetSurveyedLine Method
ArcGIS Developer Help

IMetricUnitConverter.GetSurveyedLine Method

GSLine converted to a Survey Curve with correct units.

[Visual Basic .NET]
Public Function GetSurveyedLine ( _
    ByVal pGSLine As IGSLine, _
    ByVal pCadaPoints As ICadastralPoints, _
    ByVal isReversed As Boolean, _
    ByVal pStartPointOverride As IPoint _
) As ICurve
[C#]
public ICurve GetSurveyedLine (
    IGSLine pGSLine,
    ICadastralPoints pCadaPoints,
    bool isReversed,
    IPoint pStartPointOverride
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Convert GeoSurveyEngine Line (metric) to Cadastral Fabric Unit Line.

[C++]

HRESULT GetSurveyedLine([in] IGSLine* pGSLine, [in] ICadastralPoints* pCadaPoints, [in] VARIANT_BOOL isReversed, [in] IPoint* pStartPointOverride, [out, retval] ICurve** ppCurve);

See Also

IMetricUnitConverter Interface