com.esri.arcgis.geometry
Interface IControlPrecision3

All Superinterfaces:
IControlPrecision, IControlPrecision2, java.io.Serializable
All Known Implementing Classes:
IControlPrecision3Proxy

public interface IControlPrecision3
extends IControlPrecision2, java.io.Serializable

COM Interface 'IControlPrecision3'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'IControlPrecision3 interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2fbcd817_02bc_489c_9e91_ba53284b0ab3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IControlPrecision2
IIDa1b0d8b3_474c_4fab_808e_0a3c5c498b1b
 
Fields inherited from interface com.esri.arcgis.geometry.IControlPrecision
IIDed4e18dd_ee33_11d3_9fef_00c04f6bc724
 
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
 

Field Detail

IID2fbcd817_02bc_489c_9e91_ba53284b0ab3

static final int IID2fbcd817_02bc_489c_9e91_ba53284b0ab3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isPrecisionLocked

boolean isPrecisionLocked()
                          throws java.io.IOException,
                                 AutomationException
isPrecisionLocked

Returns:
The pbPrecisionLocked
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrecisionLocked

void setPrecisionLocked(boolean pbPrecisionLocked)
                        throws java.io.IOException,
                               AutomationException
setPrecisionLocked

Parameters:
pbPrecisionLocked - The pbPrecisionLocked (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.