ArcObjects Library Reference (Carto)  

IAction.Type Property

Allows user to obtain a string describing the type of action object.

[Visual Basic .NET]
Public ReadOnly Property Type As String
[C#]
public string Type {get;}
[C++]
HRESULT get_Type(
  BSTR* pbstrType
);
[C++]

Parameters

pbstrType [out, retval]   pbstrType is a parameter of type BSTR

Product Availability

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

See Also

IAction Interface