FamilyElementVisibilityIsShownInFrontBack Property |
Indicates if the instance is display in Front/Back view of project document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsShownInFrontBack { get; set; }
Public Property IsShownInFrontBack As Boolean
Get
Set
public:
property bool IsShownInFrontBack {
bool get ();
void set (bool value);
}
member IsShownInFrontBack : bool with get, set
Property Value
Boolean
RemarksThis property matters for objects whose visibility type is Model.
See Also