 | ICAEXBasicObjectInsert(CAEXWrapper, Boolean) Method |
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxbool Insert(
CAEXWrapper caexObject,
bool asFirst = true
)
Function Insert (
caexObject As CAEXWrapper,
Optional asFirst As Boolean = true
) As Boolean
bool Insert(
CAEXWrapper^ caexObject,
bool asFirst = true
)
Parameters
- caexObject CAEXWrapper
- The CAEX object.
- asFirst Boolean (Optional)
-
if set to true it is inserted as the
first item in its associated sequence.
Return Value
Boolean
true, if a sequence could be identified and the CAEX object
has been inserted into this sequence.
See Also