TriadEvents.OnEndSequence Event

Parent Object: TriadEvents

Description

Fired when the user commits the move of the triad and hence indicates the end of a logical sequence of moves. This could happen when the user hits 'Apply' or hits 'OK'. This is the event where you should make the database changes.

Syntax

TriadEvents.OnEndSequence( Cancelled As Boolean, CoordinateSystem As Matrix, Context As NameValueMap, HandlingCode As HandlingCodeEnum )

Parameters

Name Type Description
Cancelled Boolean Returns a Boolean indicating whether this sequence of moves was cancelled by the user.
CoordinateSystem Matrix Returns a Matrix object indicating the triad's current position in model space.
Context NameValueMap Input NameValueMap object that can be used to determine the context of why the event fired.
HandlingCode HandlingCodeEnum Output HandlingCodeEnum that indicates how you are handling the event. The value of this argument is currently ignored for this event.

Version

Introduced in version 9