|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGraphicsLayerScale
Provides access to members that control the Graphics Layer Scale.
Use this interface to access the reference scale of a graphics layer. The reference scale's value of the map's graphics layers and annotation layers is shown in the properties of the dataframe under the Annotation Groups tab.
Method Summary | |
---|---|
double |
getReferenceScale()
Reference scale of the layer as a representative fraction. |
int |
getUnits()
Units the reference scale is in. |
void |
setReferenceScale(double pScaleRF)
Reference scale of the layer as a representative fraction. |
void |
setUnits(int units)
Units the reference scale is in. |
Method Detail |
---|
double getReferenceScale() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReferenceScale(double pScaleRF) throws IOException, AutomationException
pScaleRF
- The pScaleRF (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnits(int units) throws IOException, AutomationException
units
- A com.esri.arcgis.system.esriUnits constant (in)
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 |