Share

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: 30.0

Syntax

VB

Public Interface IiLogicForm

C#

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.

Methods

  NameDescription
Public methodClose
Close a non-modal form that is stored in the model.
Public methodCloseAllForms
Close all forms.
Public methodCloseGlobal
Close a non-modal form that is in global storage.
Public methodShow
Shows a form that is stored in the model.
Public methodShowGlobal
Shows a form that is in global storage.

See Also

Reference

Was this information helpful?