STK ObjectsSend comments on this topic.
LocalTimeOffset Property (IAgFacility)
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 * pLocalTimeOffset
);
public: HRESULT put_LocalTimeOffset(
    double pLocalTimeOffset
);
[Java]
public double getLocalTimeOffset();
public void setLocalTimeOffset(
    double
);
[Python - STK API ]
@property
def LocalTimeOffset(self) -> float:

@LocalTimeOffset.setter
def LocalTimeOffset(self, pLocalTimeOffset:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.