[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourLevelsCollection.IndexOf

IndexOf Method

IndexOf(Chart3DContourLevel)

Gets the index of the specified Chart3DContourLevel in the collection.

Declaration
public int IndexOf(Chart3DContourLevel lvl)
Parameters
Type Name Description
Chart3DContourLevel lvl

The Chart3DContourLevel to locate.

Returns
Type Description
int

The index of the specified Chart3DContourLevel is indicated by an Integer.

See Also