com.esri.arcgis.catalogUI
Interface ISDEditorPropertyPage
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AGSDiscoveryCachingGeneralPage
public interface ISDEditorPropertyPage
- extends Serializable
Optional Method called by the framework to allow the property page to validate itself at the very just before saving.
Product Availability
Available with ArcGIS Desktop.
validateData
IPropertyPage validateData(ITrackCancel pTrackCancel,
Object vParameters)
throws IOException,
AutomationException
- Optional Method called by the framework to allow the property page to validate itself at the very just before saving.
Product Availability
Available with ArcGIS Desktop.
- Parameters:
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)vParameters
- A Variant (in)
- Returns:
- A reference to a com.esri.arcgis.framework.IPropertyPage
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.