<Code Lib>
2025 Method
Changes 2
M

Document.GetTypeOfStorage

Description:
Get the storage type of the identified built-in parameter.

public StorageType GetTypeOfStorage(
	ForgeTypeId parameterTypeId
)

  • parameterTypeId
    Identifier of the built-in parameter.
Return Value StorageType Storage type of the built-in parameter.

  • parameterTypeId does not identify a built-in parameter. See Parameter.IsBuiltInParameter(ForgeTypeId) and Parameter.GetParameterTypeId(BuiltInParameter).
  • A non-optional argument was NULL

Loading…