| Library | Module | Frames | Expand |
| pfcParameter | CreateParam (string Name, pfcParamValue Value) | |
| Adds the specified parameter to the database and returns it. | ||
| pfcParameter | CreateParamWithUnits (string Name, pfcParamValue Value, pfcUnit Units) | |
| Adds the specified parameter to the database and initializes the handle. The parameter will be created with units. | ||
| /* optional */ pfcParameter | GetParam (string Name) | |
| Retrieves the parameter specified by name. | ||
| /* optional */ pfcParameters | ListParams () | |
| Provides a list of parameters associated with the parameter owner. | ||
| /* optional */ pfcParameter | SelectParam () | |
| Enables a user to select parameters interactively from a list. | ||
| pfcParameters | SelectParameters ( /* optional */ pfcParameterSelectionOptions Options) | |
| Enables a user to select parameters interactively from a list displayed based on the parameter selection options specified. | ||
| pfcParameter | CreateParam | (string Name, pfcParamValue Value) |
|
Adds the specified parameter to the database and returns it. Exceptions thrown (but not limited to): pfcXToolkitBadContext - The owner is nonexistent. pfcXToolkitFound - The specified parameter already exists.
|
| pfcParameter | CreateParamWithUnits | (string Name, pfcParamValue Value, pfcUnit Units) |
|
Adds the specified parameter to the database and initializes the handle. The parameter will be created with units. Exceptions thrown (but not limited to): pfcXToolkitBadContext - The owner is nonexistent. pfcXToolkitFound - The specified parameter already exists. pfcXToolkitNotValid - The specified parameter is invalid.
|
| /* optional */ pfcParameter | GetParam | (string Name) |
|
Retrieves the parameter specified by name. Exceptions thrown (but not limited to): pfcXToolkitBadContext - The owner is nonexistent. pfcXToolkitNotFound - The parameter was not found within the owner.
|
| /* optional */ pfcParameters | ListParams | () |
|
Provides a list of parameters associated with the parameter owner. Exceptions thrown (but not limited to): pfcXToolkitNotFound - No parameters were found.
|
| /* optional */ pfcParameter | SelectParam | () |
|
Enables a user to select parameters interactively from a list. The top model from which the parameters will be selected must be displayed in the current window. Exceptions thrown (but not limited to): pfcXToolkitBadContext - The owner is invalid or not found. pfcXToolkitNotFound - The owner does not contain parameteers. pfcXToolkitUserAbort - The user aborted the selection. pfcXToolkitInvalidType - Invalid context for top_model argument.
|
| pfcParameters | SelectParameters | ( /* optional */ pfcParameterSelectionOptions Options) |
|
Enables a user to select parameters interactively from a list displayed based on the parameter selection options specified. The top model from which the parameters will be selected must be displayed in the current window. Exceptions thrown (but not limited to): pfcXToolkitBadContext - The owner is invalid or not found. pfcXToolkitNotFound - The owner does not contain parameteers. pfcXToolkitUserAbort - The user aborted the selection. pfcXToolkitInvalidType - Invalid context for top_model argument.
|