Share

ILowLevelSupport Methods

The ILowLevelSupport type exposes the following members.

Methods

  NameDescription
Public methodCreateObjectProvider
Creates a factory that can be used to access standard objects in another document. These objects provide the functionality of the standard predefined iLogic objects in rules.
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.

See Also

Reference

Was this information helpful?