StairsType.ConstructionMethod Property

StairsTypeConstructionMethod Property

The construction method of the stairs.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public StairsConstructionMethod ConstructionMethod { get; }
Public ReadOnly Property ConstructionMethod As StairsConstructionMethod
	Get
public:
property StairsConstructionMethod ConstructionMethod {
	StairsConstructionMethod get ();
}
member ConstructionMethod : StairsConstructionMethod with get

Property Value

StairsConstructionMethod
See Also