Click or drag to resize

QueryServiceIsReferenced Method

Determines whether the specified CAEX object is referenced.

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

Parameters

caexObject  CAEXObject
The CAEX object.

Return Value

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

Implements

IQueryIsReferenced(CAEXObject)
See Also