Click or drag to resize

DrawingStyleCollectionInsert Method

Inserts DrawingStyle item into the DrawingStyleCollection at the specified index.

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public void Insert(
	int index,
	DrawingStyle item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item is inserted.
item
Type: Cadcorp.ConfigurationDrawingStyle
The DrawingStyle item to insert. The item can be null.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than zero.-or- index greater than Count.
See Also