Click or drag to resize

IiLogicForm Interface

Provides functions to show (launch) predefined iLogic forms.

In a rule, this interface is implemented by the predefined object named iLogicForm.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Interface IiLogicForm

The IiLogicForm type exposes the following members.

Properties
  NameDescription
Public propertyEnablePositionAndSizeSaving
If this is True, and the size and position of the form are changed while it is being shown, they will be saved upon closing it.
Public propertyFormNames
Gets a list of the forms that are stored in this model.
Public propertyGlobalFormNames
Gets a list of the forms that are stored globally.
Top
Methods
  NameDescription
Public methodShow
Shows a form that is stored in the model.
Public methodShowGlobal
Shows a form that is in global storage.
Top
See Also