Share

CustomParameterGroup.Add Method

Parent Object: CustomParameterGroup

Description

Method that adds a parameter to the group. Adding a parameter to a group does not remove it from group(s) that it currently resides in.

Syntax

CustomParameterGroup.Add( Parameter As Parameter )

Parameters

Name Type Description
Parameter Parameter Input Parameter object that represents the parameter to be added to this group.

Samples

Name Description
Creating a new parameter group This sample demonstrates the creation of model, reference and user parameters and copying these parameters to a newly created group.

Version

Introduced in version 10

Was this information helpful?