Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapLegend Class / Create Method / Create(NLayer) Method
The layer to put the legend in.


In This Topic
    Create(NLayer) Method
    In This Topic
    Creates the legend as a table shape and adds it to the specified layer.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function Create( _
       ByVal layer As NLayer _
    ) As NTableShape
    'Usage
     
    
    Dim instance As NMapLegend
    Dim layer As NLayer
    Dim value As NTableShape
     
    value = instance.Create(layer)
    public virtual NTableShape Create( 
       NLayer layer
    )

    Parameters

    layer
    The layer to put the legend in.
    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