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


IConstructionParentParcels.RemoveParentParcel Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionParentParcels Interface > IConstructionParentParcels.RemoveParentParcel Method
ArcGIS Developer Help

IConstructionParentParcels.RemoveParentParcel Method

Remove parent parcel from construction data.

[Visual Basic .NET]
Public Sub RemoveParentParcel ( _
    ByVal ParcelNo As Integer _
)
[C#]
public void RemoveParentParcel (
    int ParcelNo
);
[C++]
HRESULT RemoveParentParcel(
  long ParcelNo
);
[C++]
Parameters
ParcelNo [in]

ParcelNo is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IConstructionParentParcels Interface