Click or drag to resize

SystemUnitClassTypeInsertAfter(InternalElementType) 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 virtual void InsertAfter(
	InternalElementType caexObject
)

Parameters

caexObject  InternalElementType
The CAEX object to be inserted.
Exceptions
ExceptionCondition
ArgumentNullExceptioncaexObject
SchemaConformanceExceptionThe provided object is not allowed to be a sibling of this instance.
See Also