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


IGSParcel.CalcLoopMisclose Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSParcel Interface > IGSParcel.CalcLoopMisclose Method
ArcGIS Developer Help

IGSParcel.CalcLoopMisclose Method

Scale the distance units for a parcel.

[Visual Basic .NET]
Public Sub CalcLoopMisclose ( _
    ByVal LoopNo As Integer, _
    ByRef pAccuracy As Double, _
    ByRef pBearing As Double, _
    ByRef pDistance As Double, _
    ByRef pArea As Double, _
    ByRef pRow As Integer _
)
[C#]
public void CalcLoopMisclose (
    int LoopNo,
    ref double pAccuracy,
    ref double pBearing,
    ref double pDistance,
    ref double pArea,
    ref int pRow
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSParcel Interface