Click or drag to resize

IiLogicFormShowGlobal Method

Shows a form that is in global storage.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Function ShowGlobal ( 
	formName As String,
	Optional Mode As FormMode = FormMode.AsDesigned
) As FormReturnValue

Parameters

formName
Type: SystemString
Mode (Optional)
Type: Autodesk.iLogic.InterfacesFormMode

Return Value

Type: FormReturnValue
See Also