InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / Application Class / CreateLayout Method
The layout path.


In This Topic
    CreateLayout Method
    In This Topic
    Creates controls specified by a layout file.
    Syntax
    'Declaration
     
    
    Public Function CreateLayout( _
       ByVal layoutFilePath As String _
    ) As Object()
    'Usage
     
    
    Dim instance As Application
    Dim layoutFilePath As String
    Dim value() As Object
     
    value = instance.CreateLayout(layoutFilePath)
    public object[] CreateLayout( 
       string layoutFilePath
    )

    Parameters

    layoutFilePath
    The layout path.

    Return Value

    A collection of created controls.
    Exceptions
    ExceptionDescription
    API Service has not been initialized.
    See Also