ArcObjects Library Reference (GeoDatabaseExtensions)  

IConstructionParentParcels.ParentParcelCount Property

The number of parent parcels.

[Visual Basic .NET]
Public ReadOnly Property ParentParcelCount As Integer
[C#]
public int ParentParcelCount {get;}
[C++]
HRESULT get_ParentParcelCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

See Also

IConstructionParentParcels Interface