STK ObjectsSend 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 * pVal
);
public: HRESULT put_ObjectInterval(
    AgEMtoObjectInterval InVal
);
[Java]
public AgEMtoObjectInterval getObjectInterval();
public void setObjectInterval(
    AgEMtoObjectInterval
);
[Python - STK API ]
@property
def ObjectInterval(self) -> "AgEMtoObjectInterval":

@ObjectInterval.setter
def ObjectInterval(self, InVal:"AgEMtoObjectInterval") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.