For Babelfish Release 1.11.3.13

EventCompositeIsATopLevelStageStyle Property

Helper method to identify Events that define a StageStyleMapping.

When an Event defines a StageStyleMapping, it means that all descendent shots fired within that Event will have been fired on the same target and withing the same STAGE STYLE. This method returns a list of EventComposites that have defined StageStyleMappings, and thus have distinct STAGE STYLES.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public bool IsATopLevelStageStyle { get; }

Property Value

Boolean

See Also