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


IGPFeatureClassDomain2.DeletePortalItemType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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