J-Integra® Espresso Programming Documentation (API)

Object._is_a Method

Checks whether this object is a reference to an object that implements the given interface.

bool _is_a(
 string reposid
);

Parameters

reposid
Repository id of the interface in question.

Return Value

true if this object reference points to object that implements the interface; false otherwise.

Remarks

none

Exceptions

none

See Also

Object Interface | Object Members | Ics Namespace