Revit 2022.1 API |
Gutter..::..GutterType Property |
Gutter Class See Also |
Retrieves/set an object that represents the type of the Gutter.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
C# |
---|
public GutterType GutterType { get; set; } |
Visual Basic |
---|
Public Property GutterType As GutterType Get Set |
Visual C++ |
---|
public: property GutterType^ GutterType { GutterType^ get (); void set (GutterType^ value); } |