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)
Syntaxpublic DrawingStyle this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As DrawingStyle
Get
Set
Parameters
- index
- Type: SystemInt32
The zero-based index of the entry to get or set.
Return Value
Type:
DrawingStyleThe element at the specified index.
Exceptions
See Also