IAgODProvideTrackingDataLib 13Send comments on this topic.
JulianDay Property (IAgODObsSet)
See Also
Windows





Windows & Linux

Description

Sets and gets the date of the observation set in Julian days.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property JulianDay() As Integer
[C#]
public int JulianDay {get; set;}
[Managed C++]
public: __property int get_JulianDay();
public: __property void set_JulianDay( int );
[Unmanaged C++]
public: HRESULT get_JulianDay(
    long * pVal
);
public: HRESULT put_JulianDay(
    long newVal
);
[Java]
public int getJulianDay();
public void setJulianDay(
    int
);
[Python - STK API ]
@property
def JulianDay(self) -> int:

@JulianDay.setter
def JulianDay(self, newVal:int) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.