PropertySetElement.Create(Document, StructuralAsset)
Method
Description:
Creates a new PropertySetElement to contain the given asset.
Creates a new PropertySetElement to contain the given asset.
Syntax
public static PropertySetElement Create(
Document document,
StructuralAsset structuralAsset
)
Parameters
Parameter | Type | Description |
---|---|---|
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
Type | Description |
---|---|
PropertySetElement | The new PropertySetElement. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the name of the asset is empty, contains prohibited characters, or is not unique |
ArgumentNullException | A non-optional argument was null |