Answer InitValue T  Method
Initializes the value for an answer.

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

public void InitValue<T>(
	T value,
	params int[] rptIdx
)
where T : IValue

Parameters

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

T
The type of value to set.
See Also