Nevron .NET Vision
Nevron.Chart Namespace / NSurfaceIsolineCollection Class / Add Method
The isoline object to be added.


In This Topic
    Add Method (NSurfaceIsolineCollection)
    In This Topic
    Adds a isoline to the collection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal isoline As NSurfaceIsoline _
    ) 
    'Usage
     
    
    Dim instance As NSurfaceIsolineCollection
    Dim isoline As NSurfaceIsoline
     
    instance.Add(isoline)
    public void Add( 
       NSurfaceIsoline isoline
    )

    Parameters

    isoline
    The isoline object to be added.
    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