SequenceFile.CreateCallbackOverrideSequence

Syntax

SequenceFile.CreateCallbackOverrideSequence( callbackName, allowCopyDefaultSteps)

Return Value

Sequence

Specifies a reference to the callback the method creates. Release this reference when you are finished with it.

Purpose

Use this method to create a callback sequence in the sequence file. The callback sequence you create overrides the Model, Engine, or Front-End callback of the same name as the callback you create.

Parameters

callbackName As String

[In] The name of the callback sequence to override. Specify the sequence name of a Model, Engine, or Front-End callback. Refer to DefaultModelCallbacks and SeqFileCallbacks constants for possible values for this parameter.

allowCopyDefaultSteps As Boolean

[In] Pass True to copy the steps of the sequence you are overriding into the new sequence.

See Also

DefaultModelCallbacks

SeqFileCallbacks

Sequence

SequenceFile.GetModelCallbackNames

SequenceFile.GetReservedCallbackNames