|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArcGISVersion
IArcGISVersion Interface
Method Summary | |
---|---|
void |
getActiveVersion(int[] pCode,
String[] pVer,
String[] pPath)
Returns the product and version that the calling application is currently bound to. |
void |
getVersions(IEnumVersions[] ppVersions)
Returns an enumerator over the currently installed versions. |
boolean |
loadVersion(int productCode,
String engineVersion)
Binds the client engine application against a particular version of ArcGIS. |
String |
productNameFromCode(int __MIDL__IArcGISVersion0000)
Returns a product name given a product code. |
Method Detail |
---|
boolean loadVersion(int productCode, String engineVersion) throws IOException, AutomationException
productCode
- A com.esri.arcgis.version.esriProductCode constant (in)engineVersion
- The engineVersion (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getActiveVersion(int[] pCode, String[] pVer, String[] pPath) throws IOException, AutomationException
pCode
- A com.esri.arcgis.version.esriProductCode constant (out: use single element array)pVer
- The pVer (out: use single element array)pPath
- The pPath (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getVersions(IEnumVersions[] ppVersions) throws IOException, AutomationException
ppVersions
- A reference to a com.esri.arcgis.version.IEnumVersions (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String productNameFromCode(int __MIDL__IArcGISVersion0000) throws IOException, AutomationException
__MIDL__IArcGISVersion0000
- A com.esri.arcgis.version.esriProductCode 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 |