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


IGPToolExtensionFactory.CLSID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolExtensionFactory.CLSID Property

The CLSID of the tool extension factory class.

[Visual Basic .NET]
Public ReadOnly Property CLSID As UID
[C#]
public UID CLSID {get;}
[C++]
HRESULT get_CLSID(
  IUID** CLSID
);
[C++]

Parameters CLSID [out, retval]
CLSID is a parameter of type IUID

Product Availability

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

See Also

IGPToolExtensionFactory Interface