ConcreteFinishType Enumeration


Concrete Finish Type Enumeration

The enumerated type representing the permitted values for the asset property "ConcreteFinish" from the "Concrete" schema.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum ConcreteFinishType
Members
Member name Value Description
Straight 0
Curved 1
Smooth 2
Polished 3
Custom 4
See Also