Click or drag to resize

IndexPartitionTItem Property

Gets the IndexCollection part corresponding to the specified identifier.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public IndexCollection this[
	T partIdentifier
] { get; }

Parameters

partIdentifier
Type: T
The part identifier.

Property Value

Type: IndexCollection
The indexes in the identified part.
Exceptions
See Also