For Babelfish Release 1.11.1.3

EventCompositeGrowEventTree Method

Generates the Event tree as defined by the passed in Course of Fire definition. the EventComposite that is passed back, is the top level Event in the tree.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public static EventComposite GrowEventTree(
	CourseOfFire cofRef
)

Parameters

cofRef  CourseOfFire

Return Value

EventComposite

Remarks

WARNING: GrowEventTree uses a cache, which is usually fine. However, if you are running the CourseOfFirespecification, it is a best practice to clear the cache before re-running GrowEventTree().

Exceptions

See Also