|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQuerySize
Provides access to means to getting the size of an element.
IQuerySize is useful to find the size of an element in the page layout. Most of the map surrounds implement this interface.
It contains only one method QuerySize that returns the height and width of the element in points.
Method Summary | |
---|---|
void |
querySize(double[] widthPoints,
double[] heightPoints)
Get the size in points. |
Method Detail |
---|
void querySize(double[] widthPoints, double[] heightPoints) throws IOException, AutomationException
widthPoints
- The widthPoints (in/out: use single element array)heightPoints
- The heightPoints (in/out: use single element array)
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 |