Click or drag to resize

CAEXLibraryTLibItemInsertBefore Method

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

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public void InsertBefore(
	CAEXLibrary<TLibItem> caexObject
)

Parameters

caexObject  CAEXLibraryTLibItem
The CAEX object to be inserted

Implements

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