Revit 2026 API
DocumentType |
Get the storage type of the specified BuiltInParameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public StorageType this[ BuiltInParameter A_0 ] { get; }
Public ReadOnly Property TypeOfStorage ( A_0 As BuiltInParameter ) As StorageType Get
public: property StorageType TypeOfStorage[BuiltInParameter A_0] { StorageType get (BuiltInParameter A_0); }
member TypeOfStorage : StorageType with get
Parameters
- A_0 BuiltInParameter
Property Value
StorageTypeSee Also