ParameterUtils Members

The ParameterUtils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetAllBuiltInGroups
Gets the identifiers of all built-in parameter groups.
Public methodStatic memberGetAllBuiltInParameters
Gets the identifiers of all built-in parameters.
Public methodStatic memberGetBuiltInParameter
Gets the BuiltInParameter value corresponding to built-in parameter identified by the given ForgeTypeId.
Public methodStatic memberGetBuiltInParameterGroup
Gets the BuiltInParameterGroup value corresponding to built-in parameter group identified by the given ForgeTypeId.
Public methodStatic memberGetParameterGroupTypeId
Gets the ForgeTypeId identifying the built-in parameter group corresponding to BuiltInParameterGroup value.
Public methodStatic memberGetParameterTypeId
Gets the ForgeTypeId identifying the built-in parameter corresponding to the given BuiltInParameter value.
Public methodStatic memberIsBuiltInGroup
Checks whether a ForgeTypeId identifies a built-in parameter group.
Public methodStatic memberIsBuiltInParameter
Checks whether a ForgeTypeId identifies a built-in parameter.

See Also