StructuralAssetClass
Description:
Represents the type of material described by a structural asset. This enum value is returned by Autodesk::Revit::DB::StructuralAsset::StructuralAssetClass.
Represents the type of material described by a structural asset. This enum value is returned by Autodesk::Revit::DB::StructuralAsset::StructuralAssetClass.
public enum StructuralAssetClass
| Name | Description |
|---|---|
| Basic | Structural asset class is basic. |
| Concrete | Structural asset class is concrete. |
| Gas | Structural asset class is gas. |
| Generic | Structural asset class is generic. |
| Liquid | Structural asset class is liquid. |
| Metal | Structural asset class is metal. |
| Plastic | Structural asset class is plastic. |
| Undefined | Structural asset class is undefined. |
| Wood | Structural asset class is wood. |