Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / GetLegends Method

In This Topic
    GetLegends Method
    In This Topic
    Gets active viewport legends collection
    Syntax
    'Declaration
     
    Public Function GetLegends() As ObservableCollection(Of Legend)
    public ObservableCollection<Legend> GetLegends()

    Return Value

    The legends collection of the active viewport
    See Also