DynamicsOff cell (Page Layout section)
Determines whether placeable shapes move and connectors reroute around other shapes and connectors on the drawing page.
|
Value |
Description |
|
TRUE |
Disable dynamics. |
|
FALSE |
Enable dynamics. |
Remarks
You can disable dynamics to increase your solution's performance. For example, if your solution adds placeable shapes to a drawing and you don't want the application to reroute connectors and reposition shapes each time you add a shape, you can disable dynamics. After your solution adds the shapes, re-enable dynamics.
To reference the DynamicsOff cell by name from another formula, or from a program using the Cells property, use:
|
Cell name: |
DynamicsOff |
To reference the DynamicsOff cell by index from a program, use the CellsSRC property with the following arguments:
|
Section index: |
visSectionObject |
|
Row index: |
visRowPageLayout |
|
Cell index: |
visPLODynamicsOff |