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