com.esri.arcgis.geometry
Interface IControlPrecision3
- All Superinterfaces:
- IControlPrecision, IControlPrecision2, Serializable
- All Known Implementing Classes:
- IControlPrecision3Proxy
public interface IControlPrecision3
- extends IControlPrecision2, Serializable
IControlPrecision3 interface.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
isPrecisionLocked
boolean isPrecisionLocked()
throws IOException,
AutomationException
- isPrecisionLocked
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- The pbPrecisionLocked
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
setPrecisionLocked
void setPrecisionLocked(boolean pbPrecisionLocked)
throws IOException,
AutomationException
- setPrecisionLocked
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
pbPrecisionLocked
- The pbPrecisionLocked (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.