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


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

IGPDataTypeFactory.CLSID Property

The COM class ID of the data type 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

IGPDataTypeFactory Interface