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


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

IGPDataType.ControlCLSID Property

The COM class id of the data type.

[Visual Basic .NET]
Public ReadOnly Property ControlCLSID As UID
[C#]
public UID ControlCLSID {get;}
[C++]
HRESULT get_ControlCLSID(
  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

IGPDataType Interface