Nevron .NET Vision
Nevron.Chart Namespace / NGuidelineTargetCollection Class / Add Method / Add(Object) Method


In This Topic
    Add(Object) Method
    In This Topic
    Adds the specified object to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal obj As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NGuidelineTargetCollection
    Dim obj As System.Object
     
    instance.Add(obj)
    public void Add( 
       System.object obj
    )

    Parameters

    obj
    Remarks
    The object must implement the INGuidelineTarget interface
    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