STK ObjectsSend comments on this topic.
UseScenarioInterval Property (IAgCvInterval)
See Also
Windows





Windows & Linux

Description

Use the scenario time period as the coverage interval.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseScenarioInterval() As Boolean
[C#]
public bool UseScenarioInterval {get; set;}
[Managed C++]
public: __property bool get_UseScenarioInterval();
public: __property void set_UseScenarioInterval( bool );
[Unmanaged C++]
public: HRESULT get_UseScenarioInterval(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseScenarioInterval(
    VARIANT_BOOL UseScenarioInterval
);
[Java]
public bool getUseScenarioInterval();
public void setUseScenarioInterval(
    bool
);
[Python - STK API ]
@property
def UseScenarioInterval(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.