STK XSend comments on this topic.
UseHook Property (AgSTKXApplication)
See Also 
RHS
Windows






Windows & Linux

Description

Start engine with or without message hook setup (default: engine starts with message hook setup.).

Property type

Write-only property

Syntax

[Visual Basic .NET]
Public Property UseHook( _
   ByVal RHS As Boolean _
) As Boolean
[C#]
public bool set_UseHook(
   bool
);
[Managed C++]

   bool
);
[Unmanaged C++]

   VARIANT_BOOL RHS
);
[Java]

   bool
);

Parameters

RHS

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.