Click or drag to resize
SequenceExtensionNotifyInitialized Method
Notification that is called when this sequence is initialized by the CT core. Note that ID might change and so DO NOT store any information based on this ID.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public abstract void NotifyInitialized(
	int lSequenceID
)

Parameters

lSequenceID
Type: SystemInt32
See Also