Revit 2026 API
GutterGutter |
Retrieves/set an object that represents the type of the Gutter.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public GutterType GutterType { get; set; }
Public Property GutterType As GutterType Get Set
public: property GutterType^ GutterType { GutterType^ get (); void set (GutterType^ value); }
member GutterType : GutterType with get, set
Property Value
GutterTypeSee Also