Click or drag to resize

ILinkStateEventListenerOnKASLinkedState Method

Triggers when any module on the part has created a link.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
void OnKASLinkedState(
	IKasLinkEvent info,
	bool isLinked
)
Request Example View Source

Parameters

info
Type: KASAPIv2IKasLinkEvent
The source and target information about the link.
isLinked
Type: SystemBoolean
The new link state.
Remarks
This is a notification event. When it triggers, the modules, involved in the link, has already completed their settings change.
See Also