com.esri.arcgis.carto
Interface ILicensedComponent
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- MaplexOverposterLayerProperties, MaplexOverposterProperties
public interface ILicensedComponent
- extends Serializable
Provides access to means to determine if this component is licensed.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
boolean |
isValidLicense(Object initData)
Indicates whether the the component is valid. |
isValidLicense
boolean isValidLicense(Object initData)
throws IOException,
AutomationException
- Indicates whether the the component is valid.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
initData
- A Variant (in)
- Returns:
- The ret
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.