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


IGPFeatureClassDomain2.PortalItemTypeCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFeatureClassDomain2 Interface > IGPFeatureClassDomain2.PortalItemTypeCount Property
ArcGIS Developer Help

IGPFeatureClassDomain2.PortalItemTypeCount Property

.

[Visual Basic .NET]
Public ReadOnly Property PortalItemTypeCount As Integer
[C#]
public int PortalItemTypeCount {get;}
[C++]
HRESULT get_PortalItemTypeCount(
  System.Int32* pCount
);
[C++]
Parameters
pCount [out, retval]

pCount is a parameter of type long*

Product Availability

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

See Also

IGPFeatureClassDomain2 Interface