STK X Send comments on this topic.
Acknowledge Property (AgSTKXConControlQuitReceivedEventArgs)
See Also 





Description

Indicates whether or not to acknowledge the connect command.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Acknowledge() As Boolean

[C#]
public bool Acknowledge {get; set;}

[Managed C++]
public: __property bool get_Acknowledge();
public: __property void set_Acknowledge(
bool
);

[Unmanaged C++]
public: HRESULT get_Acknowledge(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Acknowledge(
VARIANT_BOOL NewAcknowledge
);

[Java]
public bool getAcknowledge();public void setAcknowledge(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1