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


IParameterInfo.ObjectType Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IParameterInfo.ObjectType Property

Gets object type name.

[Visual Basic .NET]
Public ReadOnly Property ObjectType As String
[C#]
public string ObjectType {get;}
[C++]
HRESULT get_ObjectType(
  System.String* pObjectTypeName
);
[C++]

Parameters pObjectTypeName [out, retval]
pObjectTypeName is a parameter of type BSTR*

Product Availability

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

See Also

IParameterInfo Interface