WorksharingDisplayGraphicSettings.IsApplied Property

WorksharingDisplayGraphicSettingsIsApplied Property

Indicates whether this set of graphic overrides will be applied.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsApplied { get; }
Public ReadOnly Property IsApplied As Boolean
	Get
public:
property bool IsApplied {
	bool get ();
}
member IsApplied : bool with get

Property Value

Boolean
See Also