ArcObjects Library Reference (GeoSurvey)  

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