Retrieve or set the EaveCutterType.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public EaveCutterType EaveCuts { get; set; } |
Visual Basic |
---|
Public Property EaveCuts As EaveCutterType Get Set |
Visual C++ |
---|
public: property EaveCutterType EaveCuts { EaveCutterType get (); void set (EaveCutterType value); } |