FamilyElementVisibility.IsShownInLeftRight Property

FamilyElementVisibilityIsShownInLeftRight Property

Indicates if the instance is display in Left/Right 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 IsShownInLeftRight { get; set; }
Public Property IsShownInLeftRight As Boolean
	Get
	Set
public:
property bool IsShownInLeftRight {
	bool get ();
	void set (bool value);
}
member IsShownInLeftRight : bool with get, set

Property Value

Boolean
Remarks
This property matters for objects whose visibility type is Model.
See Also