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


IConstructionParentParcels.RemoveParentParcel Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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