AGI STK Astrogator 11Send comments on this topic.
GenerateEphemeris Property (IAgVAMCSSequence)
See Also 
Windows






Windows & Linux

Description

If true, the sequence generates ephemeris and displays it in the 2D and 3D Graphics windows.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GenerateEphemeris() As Boolean
[C#]
public bool GenerateEphemeris {get; set;}
[Managed C++]
public: __property bool get_GenerateEphemeris();
public: __property void set_GenerateEphemeris(
   bool
);
[Unmanaged C++]
public: HRESULT get_GenerateEphemeris(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_GenerateEphemeris(
   VARIANT_BOOL NewGenerateEphemeris
);
[Java]
public bool getGenerateEphemeris();public void setGenerateEphemeris(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.