STK ObjectsSend comments on this topic.
Age Property (IAgVeGPSElement)
See Also
Windows





Windows & Linux

Description

The age of the satellite.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Age() As Double
[C#]
public double Age {get;}
[Managed C++]
public: __property double get_Age();
[Unmanaged C++]
public: HRESULT get_Age(
    double * pRetVal
);
[Java]
public double getAge();
[Python - STK API ]
@property
def Age(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.