FamilyElementVisibility.IsShownInFine Property

FamilyElementVisibilityIsShownInFine Property

Indicates if the instance is display with Fine detail level in the view of project document.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsShownInFine { get; set; }
Public Property IsShownInFine As Boolean
	Get
	Set
public:
property bool IsShownInFine {
	bool get ();
	void set (bool value);
}
member IsShownInFine : bool with get, set

Property Value

Boolean
Remarks
This property cannot be set to false if the other two detail levels are also false.
See Also