ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties2.FactoryCLSID Property

The CLSID of the raster type factory that created the raster type.

[Visual Basic .NET]
Public Property FactoryCLSID As UID
[C#]
public UID FactoryCLSID {get; set;}
[C++]
HRESULT get_FactoryCLSID(
  IUID** ppFactoryClsid
);
[C++]
HRESULT putref_FactoryCLSID(
  IUID* ppFactoryClsid
);
[C++]

Parameters

ppFactoryClsid [out, retval]

  ppFactoryClsid is a parameter of type IUID

ppFactoryClsid [in]

  ppFactoryClsid is a parameter of type IUID

Product Availability

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

See Also

IRasterTypeProperties2 Interface