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


IClassID.GetProgID Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IClassID.GetProgID Method

Identify ProgID for an object.

[Visual Basic .NET]
Public Function GetProgID ( _
) As String
[C#]
public string GetProgID (
);
[C++]
HRESULT GetProgID(
  BSTR* pProgID
);
[C++]

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

Product Availability

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

See Also

IClassID Interface