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