RVTDocs.com

StructuralAsset

Constructor
Description:
Constructs an instance of StructuralAsset.
Syntax
public StructuralAsset(
	string name,
	StructuralAssetClass structuralAssetClass
)
Parameters
Parameter Type Description
name String The name of the asset.
structuralAssetClass StructuralAssetClass The type of structural material that this asset will describe.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration