Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / UserInterfaceBase Class / GetDefaultLayerName Method

In This Topic
    GetDefaultLayerName Method
    In This Topic
    Use this method to get the correct layer name for internal Meshes.
    Syntax
    'Declaration
     
    Protected Friend Function GetDefaultLayerName( _
       Optional ByVal vp As ViewportLayout _
    ) As String
    protected internal string GetDefaultLayerName( 
       ViewportLayout vp
    )

    Parameters

    vp

    Return Value

    The name of the default layer. It is got from the ViewportLayout Layers collection.
    See Also