Click or drag to resize

CAEXLibraryTLibItemInsertAfter 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(
	CAEXLibrary<TLibItem> caexObject
)

Parameters

caexObject  CAEXLibraryTLibItem
The CAEX object to be inserted.

Implements

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