Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / GetUnusedBlockName<T> Method

In This Topic
    GetUnusedBlockName<T> Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetUnusedBlockName(Of T As {Block, IKeyedCollectionDisposableItem(Of T)})( _
       ByVal name As String, _
       ByVal blocks As BlockKeyedCollection(Of T) _
    ) As String
    public static string GetUnusedBlockName<T>( 
       string name,
       BlockKeyedCollection<T> blocks
    )
    where T: Block, IKeyedCollectionDisposableItem<T>

    Parameters

    name
    blocks

    Type Parameters

    T
    See Also