SOLIDWORKS PDM Professional API Help Send Feedback
IsEmpty Property (IEdmSelectionList5)
See Also 
EPDM.Interop.epdm Namespace > IEdmSelectionList5 Interface : IsEmpty Property (IEdmSelectionList5)


Gets whether this list is empty.

Syntax

Visual Basic 
ReadOnly Property IsEmpty As System.Boolean
C# 
System.bool IsEmpty {get;}
C++/CLI 
property System.bool IsEmpty {
   System.bool get();
}

Property Value

True if this list is empty, false if not

See Also