 | IQueryIsReferenced Method |
Determines whether the specified CAEX object is referenced.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxbool IsReferenced(
CAEXObject caexObject
)
Function IsReferenced (
caexObject As CAEXObject
) As Boolean
bool IsReferenced(
CAEXObject^ caexObject
)
Parameters
- caexObject CAEXObject
- The CAEX object.
Return Value
Booleantrue if the specified CAEX object is referenced; otherwise,
false.
See Also