bdeGetDiagramZoom

Takes diagram and returns the amount of zoom being used when viewing the diagram.

Syntax

zoom = bdeGetDiagramZoom(diagram)

Inputs

diagram
Diagram used to get the amount of zoom.
Type: diagram

Outputs

zoom
The amount of zoom currently being used when viewing the diagram.
Type: double

Examples

Get the amount of zoom being used while viewing the diagram:
diagram = bdeGetCurrentDiagram();
        zoom = bdeGetDiagramZoom(diagram)
zoom = 2