ContentsIndexHome
PreviousUpNext
IElement::isEmpty Method

Returns whether this IElement is set to the empty Element (i.e. '' in the AIMMS language). 

 

C++
virtual bool isEmpty() const = 0;

True when this IElement is set to the empty Element (i.e. '' in the AIMMS language). False otherwise.