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





Description

Allow connections from other machines.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_AllowExtConnect();
public: __property void set_AllowExtConnect(
bool
);

[Unmanaged C++]
public: HRESULT get_AllowExtConnect(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowExtConnect(
VARIANT_BOOL NewAllowExtConnect
);

[Java]
public bool getAllowExtConnect();public void setAllowExtConnect(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1