AFXOrderedPickStep

This class is used to provide pick steps in GUI procedures.


AFXOrderedPickStep(owner, keyword, prompt, entitiesToPick, highlightLevel=1)

Constructor.

ArgumentTypeDefaultDescription
ownerAFXProcedure Procedure creating the step.
keywordAFXObjectKeyword Object kwd containing pick variable. Part of AFXGuiCommand.
promptString Step's prompt displayed in prompt area.
entitiesToPickInt Type of entities to pick.
highlightLevelInt1Highlight level.


onCancel()

Called when the step is cancelled.

Reimplemented from AFXPickStep.


onExecute()

Called to execute the steps returned by getFirstStep and getNextStep.

Reimplemented from AFXPickStep.


reset()

Allows a step to reset any of its data (if needed) when looping.

Reimplemented from AFXPickStep.