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


IGPDataType.ControlCLSID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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