ScheduleFilter.IsElementIdValue Property

ScheduleFilterIsElementIdValue Property

Indicates if the filter has an ElementId value.

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

Property Value

Boolean
See Also