 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool AddReference(
CAEXObject referencedClass
)
Public Function AddReference (
referencedClass As CAEXObject
) As Boolean
public:
bool AddReference(
CAEXObject^ referencedClass
)
Parameters
- referencedClass CAEXObject
- The class to reference
Return Value
Booleantrue, if a reference could be added;
false otherwise.
See Also