Gutter.GutterType Property

GutterGutterType Property

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

GutterType
See Also