IiLogicForm.GlobalFormNames Property

Gets a list of the forms that are stored globally.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0

Syntax

VB

ReadOnly Property GlobalFormNames As IEnumerable(Of String)
	Get

C#

IEnumerable<string> GlobalFormNames { get; }

Property Value

Type: IEnumerable(String)

See Also

Reference

IiLogicForm Interface
Autodesk.iLogic.Interfaces Namespace