ILowLevelSupport Properties |
The ILowLevelSupport type exposes the following members.
Name | Description | |
---|---|---|
Application |
Gets the Inventor Application object.
| |
Automation |
Gets the Automation object. This provides the iLogic API functions.
| |
InventorServer |
Gets the Inventor Server object. This provides a subset of the functionality of the Application object.
On web service or other Inventor Server deployments, the Application object is not available.
This object must be used instead.
| |
RuleDocument |
Gets the document from which this rule is being run. If the rule is stored within a document, this will be that document.
| |
RuleName |
Gets the name of the current rule.
| |
UpdateWhenDone |
Gets or sets a property of the rule. If this is True, when the rule finishes it will perform an Update on the document in which it is running.
|