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