FamilyElementVisibilityIsShownInMedium Property |
Indicates if the instance is display with Medium detail level in the view
of project document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsShownInMedium { get; set; }
Public Property IsShownInMedium As Boolean
Get
Set
public:
property bool IsShownInMedium {
bool get ();
void set (bool value);
}
member IsShownInMedium : bool with get, set
Property Value
Boolean
RemarksThis property cannot be set to false if the other two detail levels are also false.
See Also