RVTDocs.com

DataStorage.Create

Method
Description:
Creates a new DataStorage element and adds it to the document.
Syntax
public static DataStorage Create(
	Document doc
)
Parameters
Parameter Type Description
doc Document Document to which the new element should be added.
Return Value
Type Description
DataStorage The newly created DataStorage element.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null