AGI STK Util 11 Send comments on this topic.
JulianDateOffset Property (IAgUnitPrefsDimCollection)
See Also 





Description

The JulianDateOffset.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property JulianDateOffset() As Double

[C#]
public double JulianDateOffset {get; set;}

[Managed C++]
public: __property double get_JulianDateOffset();
public: __property void set_JulianDateOffset(
double
);

[Unmanaged C++]
public: HRESULT get_JulianDateOffset(
double * pRetVal
);
public: HRESULT put_JulianDateOffset(
double NewJulianDateOffset
);

[Java]
public double getJulianDateOffset();public void setJulianDateOffset(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1