com.esri.arcgis.display
Interface IDisplayTransformationAdmin
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DisplayTransformation
public interface IDisplayTransformationAdmin
- extends Serializable
Provides access to members that control the DisplayTransformation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
setScaleRatioNoRecalc
void setScaleRatioNoRecalc(double rhs1)
throws IOException,
AutomationException
- The scale without any recalculation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
rhs1 - The rhs1 (in)
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.