Revit 2026 API
Family |
Indicates if the instance is display with Coarse detail level in the view
of project document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsShownInCoarse { get; set; }
Public Property IsShownInCoarse As Boolean Get Set
public: property bool IsShownInCoarse { bool get (); void set (bool value); }
member IsShownInCoarse : bool with get, set
Property Value
Boolean
This property cannot be set to false if the other two detail levels are also false.
See Also