Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BevelCollection Class / Clone Method


In This Topic
    Clone Method (BevelCollection)
    In This Topic
    Creates a new collection that is a copy of this collection.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    'Usage
     
    
    Dim instance As BevelCollection
    Dim value As Object
     
    value = instance.Clone()
    public object Clone()

    Return Value

    New collection that is a copy of this collection.
    See Also