Nevron .NET Vision
Nevron.Diagram Namespace / NDR Class / GetDiagramElementTypeImageIndex Method
type to obtain index for


In This Topic
    GetDiagramElementTypeImageIndex Method
    In This Topic
    Obtains an index in the ImageListDiagramElementTypes for the specified type
    Syntax
    'Declaration
     
    
    Public Shared Function GetDiagramElementTypeImageIndex( _
       ByVal type As System.Type _
    ) As System.Integer
    'Usage
     
    
    Dim type As System.Type
    Dim value As System.Integer
     
    value = NDR.GetDiagramElementTypeImageIndex(type)
    public static System.int GetDiagramElementTypeImageIndex( 
       System.Type type
    )

    Parameters

    type
    type to obtain index for

    Return Value

    index in the image list
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also