IndexPartitionTTryGetPart Method
Tries the get part associated with the specified identifier.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public bool TryGetPart(
T partIdentifier,
out IndexCollection part
)
Public Function TryGetPart (
partIdentifier As T,
<OutAttribute> ByRef part As IndexCollection
) As Boolean
public:
bool TryGetPart(
T partIdentifier,
[OutAttribute] IndexCollection^% part
)
member TryGetPart :
partIdentifier : 'T *
part : IndexCollection byref -> bool
- partIdentifier T
- The identifier of the part to get.
- part IndexCollection
- 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.
Booleantrue if the partition contains a part with the
specified identifier,
false otherwise.