ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DContourLevelsCollection Class / Contains Method
The Chart3DContourLevel to locate.

In This Topic
    Contains Method (Chart3DContourLevelsCollection)
    In This Topic
    Determines whether the specified Chart3DContourLevel exists in the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal lvl As Chart3DContourLevel _
    ) As System.Boolean
    public System.bool Contains( 
       Chart3DContourLevel lvl
    )

    Parameters

    lvl
    The Chart3DContourLevel to locate.
    See Also