com.esri.arcgis.system
Interface IObjectValidate
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- MapServer
public interface IObjectValidate
- extends Serializable
Provides access to methods for validating an object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
validate
void validate(IPropertySet props)
throws IOException,
AutomationException
- Validates an object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
props
- A reference to a com.esri.arcgis.system.IPropertySet (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.