Share via


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

  • FieldGroupName
    Type: str
    The name of the field group that is used to create the instance of the DictFieldGroup class.

Remarks

For a code example that uses this method, see the DictFieldGroup.numberOfFields Method method.

See Also

Reference

DictFieldGroup Class