|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProductInstalled
Provides access to check what ArcGIS product installed on the machine.
The IProductInstalled interface contains the method to retrieve which ArcGIS product installed on a machine.
Method Summary | |
---|---|
boolean |
isProductInstalled(int productInstalled)
Check if the Product is installed on the machine. |
Method Detail |
---|
boolean isProductInstalled(int productInstalled) throws IOException, AutomationException
IsProductInstalled returns True or False whether the passed enumerator of the ArcGIS product is installed on the machine.
productInstalled
- A com.esri.arcgis.system.esriProductInstalled constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |