Click or drag to resize

IQueryIsReferenced Method

Determines whether the specified CAEX object is referenced.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
bool IsReferenced(
	CAEXObject caexObject
)

Parameters

caexObject  CAEXObject
The CAEX object.

Return Value

Boolean
true if the specified CAEX object is referenced; otherwise, false.
See Also