Share

ILowLevelSupport Properties

The ILowLevelSupport type exposes the following members.

Properties

  NameDescription
Public propertyApplication
Gets the Inventor Application object.
Public propertyAutomation
Gets the Automation object. This provides the iLogic API functions.
Public propertyInventorServer
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.
Public propertyMemberEditScope
For model state documents, sets the member edit scope for all changes made by iLogic rule code. This can be overridden by setting the MemberEditScope on specific objects (Parameter, Component, iProperties, etc.).
Possible values are:
kEditActiveMember : apply changes to the active member only
kEditAllMembers : apply changes to all members within the factory
Public propertyRuleDocument
Gets the document from which this rule is being run. If the rule is stored within a document, this will be that document.
Public propertyRuleFullFileName
Gets the full file name (including directory) of the current rule, if it is an external rule. For a rule that is stored within a Inventor document, this returns an empty string.
Public propertyRuleName
Gets the name of the current rule.
Public propertyUpdateWhenDone
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.

See Also

Reference

Was this information helpful?