Click or drag to resize

DrawingStyleCollectionItem Property (Int32)

Gets or sets the element 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 DrawingStyle this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The zero-based index of the entry to get or set.

Return Value

Type: DrawingStyle
The element at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than zero.-or- index is equal to or greater than Count.
See Also