Indicates if this curve will be drawn in the foreground of the family instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public bool IsDrawnInForeground { get; set; } |
| Visual Basic |
|---|
Public Property IsDrawnInForeground As Boolean Get Set |
| Visual C++ |
|---|
public: property bool IsDrawnInForeground { bool get (); void set (bool value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown when regeneration failed. Thrown when the value for this property cannot be changed. |