DictFieldGroup.new Method
Initializes a new instance of the Object class.
Syntax
public void new(
TableId tableId,
str FieldGroupName,
[TableId includeBaseTable])
Run On
Called
Parameters
- tableId
Type: TableId Extended Data Type
The ID of the table that is used to create the instance of the DictFieldGroup class.
- FieldGroupName
Type: str
The name of the field group that is used to create the instance of the DictFieldGroup class.
- includeBaseTable
Type: TableId Extended Data Type
Remarks
For a code example that uses this method, see the DictFieldGroup.numberOfFields Method method.