STK Vector Geometry ToolSend comments on this topic.
TimeOffset2 Property (IAgCrdnEventTimeOffset)
See Also
Windows





Windows & Linux

Description

The time offset from the ReferenceTimeInstant. The value is in \'TimeUnit\' dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeOffset2() As Double
[C#]
public double TimeOffset2 {get; set;}
[Managed C++]
public: __property double get_TimeOffset2();
public: __property void set_TimeOffset2( double );
[Unmanaged C++]
public: HRESULT get_TimeOffset2(
    double * pRetVal
);
public: HRESULT put_TimeOffset2(
    double TimeOffset2
);
[Java]
public double getTimeOffset2();
public void setTimeOffset2(
    double
);
[Python - STK API ]
@property
def TimeOffset2(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.