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: 30.0
Syntax
VB
Public Interface IiLogicForm
C#
public interface IiLogicForm
The IiLogicForm type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | EnablePositionAndSizeSaving |
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.
|
![]() | FormNames |
Gets a list of the forms that are stored in this model.
|
![]() | GlobalFormNames |
Gets a list of the forms that are stored globally.
|
Methods
Name | Description | |
---|---|---|
![]() | Close |
Close a non-modal form that is stored in the model.
|
![]() | CloseAllForms |
Close all forms.
|
![]() | CloseGlobal |
Close a non-modal form that is in global storage.
|
![]() | Show |
Shows a form that is stored in the model.
|
![]() | ShowGlobal |
Shows a form that is in global storage.
|