Retrieve's the product code at which the application has been initialized.
[Visual Basic .NET] Public Function InitializedProduct ( _ ) As esriLicenseProductCode
[C#] public esriLicenseProductCode InitializedProduct ( );
[C++]
HRESULT InitializedProduct(
esriLicenseProductCode* ProductCode
);
[C++]Parameters
ProductCode [out, retval]ProductCode is a parameter of type esriLicenseProductCode
Product Availability
Description
The InitializedProduct method returns the product license that was passed to the Initialize method.
Checking what product license an application has been initialized with is useful for setting the enabled state of an applications functionality. For example, if an application containing some enterprise GeoDatabase editing has been initialized with an Engine Single Use with GeoDatabase Editing or an ArcEditor or an ArcInfo license, the editing functionality can be enabled. If however the application has been initialized with an Engine Single Use or ArcView license the editing functionality must be disabled