IMapScale.AutoCalculable

Syntax

AutoCalculable: Boolean;

Description

The AutoCalculable property determines whether report scale values (Value) are automatically calculated.

Comments

Available values:

When the scale auto calculation is set, the linear method is selected by default. To select calculation type, use the IMapScale.AutoScaleMode property.

Example

The property use is given in the example for the IMapScale.AutoScaleMode property. 

See also:

IMapScale