Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / Wall Class / Wall Constructor / Wall Constructor(Wall)


In This Topic
    Wall Constructor(Wall)
    In This Topic
    Creates a new wall that is a deep copy of the specified wall.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal wall As Wall _
    )
    'Usage
     
    
    Dim wall As Wall
     
    Dim instance As New Wall(wall)
    public Wall( 
       Wall wall
    )

    Parameters

    wall
    Exceptions
    ExceptionDescription
    wall is a null reference (Nothing in VB).
    See Also