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


IGPFeatureClassDomain2.DeletePortalItemType Method (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.DeletePortalItemType Method
ArcGIS Developer Help

IGPFeatureClassDomain2.DeletePortalItemType Method

[Visual Basic .NET]
Public Sub DeletePortalItemType ( _
    ByVal Type As esriPortalItemType _
)
[C#]
public void DeletePortalItemType (
    esriPortalItemType Type
);
[C++]
HRESULT DeletePortalItemType(
  esriPortalItemType Type
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriPortalItemType

Product Availability

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

See Also

IGPFeatureClassDomain2 Interface