ArcObjects Library Reference (GeoSurvey)  

IGSParcel.CheckParcelStructure Method

Checks the parcel for a range of structural errors.

[Visual Basic .NET]
Public Sub CheckParcelStructure ( _
    ByRef pStatus As Integer, _
    ByRef pRow As Integer _
)
[C#]
public void CheckParcelStructure (
    ref int pStatus,
    ref int pRow
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSParcel Interface