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






Windows & Linux

Description

Allow for command logging.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AllowLogging() As Boolean
[C#]
public bool AllowLogging {get; set;}
[Managed C++]
public: __property bool get_AllowLogging();
public: __property void set_AllowLogging(
   bool
);
[Unmanaged C++]
public: HRESULT get_AllowLogging(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowLogging(
   VARIANT_BOOL NewAllowLogging
);
[Java]
public bool getAllowLogging();public void setAllowLogging(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.