Shows a form that is stored in the model.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Function Show ( formName As String, Optional Mode As FormMode = FormMode.AsDesigned ) As FormReturnValue
C#
FormReturnValue Show( string formName, FormMode Mode = FormMode.AsDesigned )
Parameters
- formName
- Type: System.String
- Mode (Optional)
- Type: Autodesk.iLogic.Interfaces.FormMode