| Revit 2020 API |
| DataStorage..::..Create Method |
| DataStorage Class See Also |
Creates a new DataStorage element and adds it to the document.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2013
Syntax
| C# |
|---|
public static DataStorage Create( Document doc ) |
| Visual Basic |
|---|
Public Shared Function Create ( _ doc As Document _ ) As DataStorage |
| Visual C++ |
|---|
public: static DataStorage^ Create( Document^ doc ) |
Parameters
- doc
- Type: Autodesk.Revit.DB..::..Document
Document to which the new element should be added.
Return Value
The newly created DataStorage element.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |