Share

PropertySetElement.Create(Document, StructuralAsset) Method

Creates a new PropertySetElement to contain the given asset.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static PropertySetElement Create(
	Document document,
	StructuralAsset structuralAsset
)

Parameters

document  Document
The document in which to create the PropertySetElement.
structuralAsset  StructuralAsset
The structural asset containing the values that will be present in the PropertySetElement.

Return Value

PropertySetElement
The new PropertySetElement.

Exceptions

ExceptionCondition
ArgumentException Thrown when the name of the asset is empty, contains prohibited characters, or is not unique
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?