ILowLevelSupportDocumentUpdate Method (Boolean) |
Updates the document that the rule is running in.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Sub DocumentUpdate (
updateView As Boolean
)
void DocumentUpdate(
bool updateView
)
Parameters
- updateView
- Type: SystemBoolean
If this is true, the active view (if any) will be updated.
See Also