Share

GroupSet.IsEmpty Property

Test to see if the set is empty.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public virtual bool IsEmpty { get; }

Property Value

Boolean

Remarks

If the set is empty then True will be returned, otherwise False.

See Also

Reference

Was this information helpful?