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






Windows & Linux

Description

The amount of the time offset from GMT, if this option is used. Uses Time Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_LocalTimeOffset();
public: __property void set_LocalTimeOffset(
double
);

[Unmanaged C++]
public: HRESULT get_LocalTimeOffset(
double * pRetVal
);
public: HRESULT put_LocalTimeOffset(
double NewLocalTimeOffset
);

[Java]
public double getLocalTimeOffset();public void setLocalTimeOffset(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface