com.esri.arcgis.geodatabaseui
Interface ICalculatorUIJoinSettings
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CalculatorUI
public interface ICalculatorUIJoinSettings
- extends Serializable
Provides access to members that control the field calculator join settings.
Product Availability
Available with ArcGIS Desktop.
Method Summary |
void |
setFireRowEventsForJoins(boolean rhs1)
Should row events be fired during calculation (default false). |
setFireRowEventsForJoins
void setFireRowEventsForJoins(boolean rhs1)
throws IOException,
AutomationException
- Should row events be fired during calculation (default false).
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Parameters:
rhs1
- The rhs1 (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.