STK ObjectsSend comments on this topic.
SaveComputedData Property (IAgStkAccess)
See Also
Windows





Windows & Linux

Description

Flag indicating whether to save computed data with the Access instance.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SaveComputedData() As Boolean
[C#]
public bool SaveComputedData {get; set;}
[Managed C++]
public: __property bool get_SaveComputedData();
public: __property void set_SaveComputedData( bool );
[Unmanaged C++]
public: HRESULT get_SaveComputedData(
    VARIANT_BOOL * pVal
);
public: HRESULT put_SaveComputedData(
    VARIANT_BOOL InVal
);
[Java]
public bool getSaveComputedData();
public void setSaveComputedData(
    bool
);
[Python - STK API ]
@property
def SaveComputedData(self) -> bool:

@SaveComputedData.setter
def SaveComputedData(self, InVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.