Add group field.

 

   

Syntax
 

[C#]
Field AddGroupField(List<IndirectObject> kids, string name, string value)

[Visual Basic]
Function AddGroupField(kids As List<IndirectObject>, name As string, value As string) As Field

 

   

Params
 
Name Description
kids The kids to go in the form field
name Name of the form field
value Initial value for kids
return Form field id

 

   

Notes
 

Add group field.

 

   

Example
 
See the Annotations example project.