Click or drag to resize

ExternalReferenceTypeInsertAfter Method

Inserts the provided CAEX object as a new sibling after this CAEX object.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public void InsertAfter(
	ExternalReferenceType caexObject
)

Parameters

caexObject  ExternalReferenceType
The CAEX object to be inserted.

Implements

IMultipleOccurrencesTInsertAfter(T)
Exceptions
ExceptionCondition
ArgumentNullExceptioncaexObject
SchemaConformanceExceptionThe provided object is not allowed to be a sibling of this instance.
See Also