Click or drag to resize

SupportFoldersItem Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the element at the specified index.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public string this[
	int index
] { get; set; }
Request Example View Source

Parameters

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

Return Value

Type: String
The element at the specified index.

Implements

IListTItemInt32
See Also