Answer GetValue Method ( Int32 )
Gets the specified value.

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

public abstract IValue GetValue(
	params int[] rptIdx
)

Parameters

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

Return Value

Type: IValue
A value.
See Also