STK ObjectsSend 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 * pVal
);
public: HRESULT put_AllowLogging(
    VARIANT_BOOL Val
);
[Java]
public bool getAllowLogging();
public void setAllowLogging(
    bool
);
[Python - STK API ]
@property
def AllowLogging(self) -> bool:

@AllowLogging.setter
def AllowLogging(self, Val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.