Click or drag to resize

IndexPartitionTTryGetPart Method

Tries the get part associated with the specified identifier.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool TryGetPart(
	T partIdentifier,
	out IndexCollection part
)

Parameters

partIdentifier
Type: T
The identifier of the part to get.
part
Type: Novacta.AnalyticsIndexCollection
When this method returns, contains the part associated with the specified identifier, if the identifier is found; otherwise, the default value for the type of the part parameter. This parameter is passed uninitialized.

Return Value

Type: Boolean
true if the partition contains a part with the specified identifier, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionpartIdentifier is null.
See Also