IExtObjectContainer.

IsActive(Object) Method

Summary

tests if an object is activated.

Syntax

bool IsActive(Object obj)

Remarks

tests if an object is activated.

isActive returns false if an object is not stored within the ObjectContainer.

Parameters

Name Type Description
obj Object to be tested

Return Value

Type Description
bool true if the passed object is active.