|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOffsetInteraction
COM Interface 'IOffsetInteraction'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to the parameters of the Offset Representation Tool.' 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 |
IID0eb01873_1ca1_4a81_a9a1_91e1c2017856
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
getMapOffset()
Current offset expressed in map units. |
double |
getOffset()
Current offset expressed in points. |
void |
setMapOffset(double mapOffset)
Current offset expressed in map units. |
void |
setOffset(double offset)
Current offset expressed in points. |
Field Detail |
---|
static final int IID0eb01873_1ca1_4a81_a9a1_91e1c2017856
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setOffset(double offset) throws java.io.IOException, AutomationException
offset
- The offset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapOffset(double mapOffset) throws java.io.IOException, AutomationException
mapOffset
- The mapOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMapOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |