ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeFactory.CLSID Property

The COM class ID of the raster type factory.

[Visual Basic .NET]
Public ReadOnly Property CLSID As UID
[C#]
public UID CLSID {get;}
[C++]
HRESULT get_CLSID(
  IUID** ppCLSID
);
[C++]

Parameters

ppCLSID [out, retval]

  ppCLSID is a parameter of type IUID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterTypeFactory Interface