AGI STK Objects 11 Send comments on this topic.
AllowConnect Property (IAgStkPreferencesConnect)
See Also 





Description

Connection allowed.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_AllowConnect();
public: __property void set_AllowConnect(
bool
);

[Unmanaged C++]
public: HRESULT get_AllowConnect(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowConnect(
VARIANT_BOOL NewAllowConnect
);

[Java]
public bool getAllowConnect();public void setAllowConnect(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1