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


IRasterTypeProperties2.FactoryCLSID Property (ArcObjects .NET 10.4 SDK)
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