This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties2 Interface > IRasterTypeProperties2.FactoryCLSID Property (ArcObjects .NET 10.5 SDK) |
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