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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.