Click or drag to resize

ILowLevelSupport Methods

The ILowLevelSupport type exposes the following members.

Methods
  NameDescription
Public methodDocumentUpdate
Updates the document that the rule is running in.
Public methodDocumentUpdate(Boolean)
Updates the document that the rule is running in.
Public methodRunExternalRule(String)
Runs an external rule.
Public methodRunExternalRule(String, NameValueMap)
Runs an external rule with the specified arguments.
Public methodRunMacro
Runs a VBA macro.
Public methodRunRule(String)
Runs a rule in the current document.
Public methodRunRule(Object, String)
Runs a rule in another component or document.
Public methodRunRule(String, NameValueMap)
Runs a rule with the specified arguments.
Public methodRunRule(Object, String, NameValueMap)
Runs a rule with the specified arguments in another component or document.
Public methodSetViewCamera
Sets the direction, orientation, and scale of the camera in the current view.
Top
See Also