 | CAEXSequenceOfCAEXObjectsWithReferenceTAppendWithReference Method |
Appends a new object to the sequence with a reference to the provided class.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic T AppendWithReference(
string name,
CAEXObject referencedClass,
out bool isReferenced
)
Public Function AppendWithReference (
name As String,
referencedClass As CAEXObject,
<OutAttribute> ByRef isReferenced As Boolean
) As T
public:
T AppendWithReference(
String^ name,
CAEXObject^ referencedClass,
[OutAttribute] bool% isReferenced
)
Parameters
- name String
- the name of the new object
- referencedClass CAEXObject
- The referenced class of the new created object
- isReferenced Boolean
- returns true, if the baseClass could be referenced; false otherwise.
Return Value
Tthe created CAEX object.
See Also