Share

DataStorage.Create Method

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

C#

public static DataStorage Create(
	Document doc
)

Parameters

doc  Document
Document to which the new element should be added.

Return Value

DataStorage
The newly created DataStorage element.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?