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


IGPFunctionFactory.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 > IGPFunctionFactory Interface > IGPFunctionFactory.CLSID Property
ArcGIS Developer Help

IGPFunctionFactory.CLSID Property

The class identifier (CLSID) of the geoprocessing function factory.

[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

IGPFunctionFactory Interface