STK ObjectsSend comments on this topic.
ComputeOnLoad Property (IAgAdvCATAdvanced)
See Also
Windows





Windows & Linux

Description

Flag to force compute on load.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ComputeOnLoad() As Boolean
[C#]
public bool ComputeOnLoad {get; set;}
[Managed C++]
public: __property bool get_ComputeOnLoad();
public: __property void set_ComputeOnLoad( bool );
[Unmanaged C++]
public: HRESULT get_ComputeOnLoad(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_ComputeOnLoad(
    VARIANT_BOOL newVal
);
[Java]
public bool getComputeOnLoad();
public void setComputeOnLoad(
    bool
);
[Python - STK API ]
@property
def ComputeOnLoad(self) -> bool:

@ComputeOnLoad.setter
def ComputeOnLoad(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.