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






Windows & Linux

Description

Use Extended to use the last point of the ephemeris span of the object for times past the last point. Default is Normal.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ObjectInterval() As AgEMtoObjectInterval

[C#]
public AgEMtoObjectInterval ObjectInterval {get; set;}

[Managed C++]
public: __property AgEMtoObjectInterval get_ObjectInterval();
public: __property void set_ObjectInterval(
AgEMtoObjectInterval
);

[Unmanaged C++]
public: HRESULT get_ObjectInterval(
AgEMtoObjectInterval * pRetVal
);
public: HRESULT put_ObjectInterval(
AgEMtoObjectInterval NewObjectInterval
);

[Java]
public AgEMtoObjectInterval getObjectInterval();public void setObjectInterval(
AgEMtoObjectInterval
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface