Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 get a reference to the DynamicsOff cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
DynamicsOff |
To get a reference to the DynamicsOff cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowPageLayout |
| Cell index: |
visPLODynamicsOff |