Click or drag to resize

CAEXSequenceOfCAEXObjectsWithReferenceTAppendWithReference Method

Appends a new object to the sequence with a reference to the provided class.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public T AppendWithReference(
	string name,
	CAEXObject referencedClass,
	out 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

T
the created CAEX object.
See Also