com.esri.arcgis.carto
Interface IQuerySize

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AlternatingScaleBar, DoubleAlternatingScaleBar, HollowScaleBar, ImageInset, IQuerySizeProxy, Legend, MapInset, MapTitle, MarkerNorthArrow, Overview, Scalebar, ScaleLine, ScaleText, SingleDivisionScaleBar, SteppedScaleLine

public interface IQuerySize
extends java.io.Serializable

COM Interface 'IQuerySize'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to means to getting the size of an element.' 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 IID4d582692_c52a_4287_9fcf_d6286c4775af
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void querySize(double[] widthPoints, double[] heightPoints)
          Get the size in points.
 

Field Detail

IID4d582692_c52a_4287_9fcf_d6286c4775af

static final int IID4d582692_c52a_4287_9fcf_d6286c4775af
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

querySize

void querySize(double[] widthPoints,
               double[] heightPoints)
               throws java.io.IOException,
                      AutomationException
Get the size in points.

Parameters:
widthPoints - The widthPoints (in/out: use single element array)
heightPoints - The heightPoints (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.