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


IParameterInfo.ObjectSubType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IParameterInfo Interface > IParameterInfo.ObjectSubType Property
ArcGIS Developer Help

IParameterInfo.ObjectSubType Property

Gets object sub-type name.

[Visual Basic .NET]
Public ReadOnly Property ObjectSubType As String
[C#]
public string ObjectSubType {get;}
[C++]
HRESULT get_ObjectSubType(
  System.String* pObjectSubTypeName
);
[C++]
Parameters
pObjectSubTypeName [out, retval]

pObjectSubTypeName is a parameter of type BSTR*

Product Availability

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

See Also

IParameterInfo Interface