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


IRasterTypeProperties2.FactoryCLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties2 Interface > IRasterTypeProperties2.FactoryCLSID Property
ArcGIS Developer Help

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 [in]

ppFactoryClsid is a parameter of type IUID* ppFactoryClsid [out, retval]
ppFactoryClsid is a parameter of type IUID**

Product Availability

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

See Also

IRasterTypeProperties2 Interface