ArcObjects Library Reference (Carto)  

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(
  BSTR* 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