Click or drag to resize

InternalElementSequenceAddNewMirror Method

Adds a new mirror InternalElement to this sequence.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public InternalElementType AddNewMirror(
	InternalElementType masterInternalElement
)

Parameters

masterInternalElement  InternalElementType
The master internal element.

Return Value

InternalElementType
The newly created Mirror
Exceptions
ExceptionCondition
ArgumentNullExceptionmasterInternalElement
See Also