2022 Members
Changes 2
M

ParameterUtils Methods

Name Return Type Description
M GetAllBuiltInGroups() IList<ForgeTypeId> Gets the identifiers of all built-in parameter groups.
M GetAllBuiltInParameters() IList<ForgeTypeId> Gets the identifiers of all built-in parameters.
M GetBuiltInParameter(ForgeTypeId) BuiltInParameter Obsolete. Gets the BuiltInParameter value corresponding to built-in parameter identified by the given ForgeTypeId.
M GetBuiltInParameterGroup(ForgeTypeId) BuiltInParameterGroup Obsolete. Gets the BuiltInParameterGroup value corresponding to built-in parameter group identified by the given ForgeTypeId.
M GetParameterGroupTypeId(BuiltInParameterGroup) ForgeTypeId Obsolete. Gets the ForgeTypeId identifying the built-in parameter group corresponding to BuiltInParameterGroup value.
M GetParameterTypeId(BuiltInParameter) ForgeTypeId Obsolete. Gets the ForgeTypeId identifying the built-in parameter corresponding to the given BuiltInParameter value.
M IsBuiltInGroup(ForgeTypeId) bool Checks whether a ForgeTypeId identifies a built-in parameter group.
M IsBuiltInParameter(ForgeTypeId) bool Checks whether a ForgeTypeId identifies a built-in parameter.