<Code Lib>
2026 Constructor
Changes 0
C

StructuralAsset()

Description:
Constructs an instance of StructuralAsset.

public StructuralAsset(
	string name,
	StructuralAssetClass structuralAssetClass
)

  • String
    name
    The name of the asset.
  • structuralAssetClass
    The type of structural material that this asset will describe.

Loading…