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.


Method Summary
 boolean isPrecisionLocked()
          isPrecisionLocked
 void setPrecisionLocked(boolean pbPrecisionLocked)
          setPrecisionLocked
 
Methods inherited from interface com.esri.arcgis.geometry.IControlPrecision2
isHighPrecision, setIsHighPrecision
 
Methods inherited from interface com.esri.arcgis.geometry.IControlPrecision
isUsePrecision, setUsePrecision
 

Method Detail

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.