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






Windows & Linux

Description

The duration of one orbit, based on assumed two-body motion. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Period() As Double
[C#]
public double Period {get; set;}
[Managed C++]
public: __property double get_Period();
public: __property void set_Period( double );
[Unmanaged C++]
public: HRESULT get_Period(
    double * pVal
);
public: HRESULT put_Period(
    double vPeriod
);
[Java]
public double getPeriod();
public void setPeriod(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.