Answer GetValue T  Method ( Int32 )
This method returns a specific value from an answer.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public T GetValue<T>(
	params int[] rptIdx
)
where T : IValue

Parameters

rptIdx
Type:  OnlineSystem Int32 
An array of repeat indexes for a specific answer value.
Type Parameters

T
The type of value being requested.

Return Value

Type: T
The value found at the specified repeat index.
See Also