Share

Document.GetTypeOfStorage Method

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


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public StorageType GetTypeOfStorage(
	ForgeTypeId parameterTypeId
)

Parameters

parameterTypeId  ForgeTypeId
Identifier of the built-in parameter.

Return Value

StorageType
Storage type of the built-in parameter.

Exceptions

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

See Also

Reference

Was this information helpful?