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


IGPToolExtensionFactory.CLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolExtensionFactory Interface > IGPToolExtensionFactory.CLSID Property
ArcGIS Developer Help

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