AGI STK VGT 11 Send 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 NewTimeOffset2
);

[Java]
public double getTimeOffset2();public void setTimeOffset2(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface