 | ICAEXBasicObjectInsert(Int32, CAEXWrapper) Method |
Inserts the specified CAEX object in it's associated sequence at the defined position. The CAEXBasicObject
defines the
Revision and
SourceObjectInformation sequences.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxbool Insert(
int pos,
CAEXWrapper caexObject
)
Function Insert (
pos As Integer,
caexObject As CAEXWrapper
) As Boolean
bool Insert(
int pos,
CAEXWrapper^ caexObject
)
Parameters
- pos Int32
- The position
- caexObject CAEXWrapper
- The CAEX object.
Return Value
Boolean
true, if a sequence could be identified and the CAEX object
has been inserted into this sequence.
See Also