Click or drag to resize

DrawingStyleCollectionIndexOf Method

Searches for the specified DrawingStyle item and returns the zero-based index of the first occurrence within the DrawingStyleCollection.

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public int IndexOf(
	DrawingStyle item
)

Parameters

item
Type: Cadcorp.ConfigurationDrawingStyle
The DrawingStyle item to locate. The item can be null.

Return Value

Type: Int32
The zero-based index of the first occurrence of item in the DrawingStyleCollection, if found; otherwise, -1.
See Also