Revit 2025.3 API
Data |
Creates a new DataStorage element and adds it to the document.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static DataStorage Create( Document doc )
Public Shared Function Create ( doc As Document ) As DataStorage
public: static DataStorage^ Create( Document^ doc )
static member Create : doc : Document -> DataStorage
Parameters
- doc Document
- Document to which the new element should be added.
Return Value
DataStorageThe newly created DataStorage element.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also