Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapLayer Class / Features Property


In This Topic
    Features Property
    In This Topic
    Gets the features of this map layer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Features As System.Collections.Generic.List(Of NMapFeature)
    'Usage
     
    
    Dim instance As NMapLayer
    Dim value As System.Collections.Generic.List(Of NMapFeature)
     
    value = instance.Features
    public System.Collections.Generic.List<NMapFeature> Features {get;}
    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