| Revit 2017 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: 17.0.0.0 (17.0.484.0)
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 |