Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |