Click or drag to resize

CaexObjectWithReferenceTAddReference Method

Adds a reference to the provided referenced class using the CAEXPath of the referenced class as the reference attribute value.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool AddReference(
	CAEXObject referencedClass
)

Parameters

referencedClass  CAEXObject
The class to reference

Return Value

Boolean
true, if a reference could be added; false otherwise.
See Also