AGI STK Objects 11 Send comments on this topic.
Stop Property (IAgCvInterval)
See Also 
Windows






Windows & Linux

Description

This property is deprecated. Use AnalysisInterval instead. End of the coverage interval. Uses DateFormat Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Stop() As System.Object

[C#]
public System.Object Stop {get; set;}

[Managed C++]
public: __property VARIANT get_Stop();
public: __property void set_Stop(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Stop(
VARIANT * pRetVal
);
public: HRESULT put_Stop(
VARIANT NewStop
);

[Java]
public Variant getStop();public void setStop(
Variant
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface