Gets a list of the forms that are stored in this model.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
ReadOnly Property FormNames As IEnumerable(Of String)
Get
C#
IEnumerable<string> FormNames { get; }
Property Value
Type:
IEnumerable(
String)
See Also
Reference