STK AstrogatorSend comments on this topic.
SmartRunMode Property (IAgVAMCSOptions)
See Also
Windows





Windows & Linux

Description

Controls whether the run will attempt to only run changed segments.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SmartRunMode() As AgEVASmartRunMode
[C#]
public AgEVASmartRunMode SmartRunMode {get; set;}
[Managed C++]
public: __property AgEVASmartRunMode get_SmartRunMode();
public: __property void set_SmartRunMode( AgEVASmartRunMode );
[Unmanaged C++]
public: HRESULT get_SmartRunMode(
    AgEVASmartRunMode * pVal
);
public: HRESULT put_SmartRunMode(
    AgEVASmartRunMode InVal
);
[Java]
public AgEVASmartRunMode getSmartRunMode();
public void setSmartRunMode(
    AgEVASmartRunMode
);
[Python - STK API ]
@property
def SmartRunMode(self) -> "AgEVASmartRunMode":

@SmartRunMode.setter
def SmartRunMode(self, InVal:"AgEVASmartRunMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.