Click or drag to resize

CSPlaneIDListItem Property

Gets the element at the specified index in the read-only list.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CSPlaneID this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the element to get.

Return Value

CSPlaneID
The element at the specified index in the read-only list.

Implements

IReadOnlyListTItemInt32
See Also