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


IGSParcel.CheckParcelStructure 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.CheckParcelStructure Method
ArcGIS Developer Help

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