RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Document

Document.GetTypeOfStorage

Method
Description:
Get the storage type of the identified built-in parameter.
Syntax
public StorageType GetTypeOfStorage(
	ForgeTypeId parameterTypeId
)
Parameters
Parameter Type Description
parameterTypeId ForgeTypeId Identifier of the built-in parameter.
Return Value
Type Description
StorageType Storage type of the built-in parameter.
Exceptions
Exception Condition
ArgumentException parameterTypeId does not identify a built-in parameter. See Parameter.IsBuiltInParameter(ForgeTypeId) and Parameter.GetParameterTypeId(BuiltInParameter).
ArgumentNullException A non-optional argument was NULL