This document is archived and information here might be outdated. Recommended version. |
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**