STK Vector Geometry ToolSend comments on this topic.
TimeOffset Property (IAgCrdnEventIntervalListTimeOffset)
See Also
Windows





Windows & Linux

Description

The time offset.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeOffset() As Double
[C#]
public double TimeOffset {get; set;}
[Managed C++]
public: __property double get_TimeOffset();
public: __property void set_TimeOffset( double );
[Unmanaged C++]
public: HRESULT get_TimeOffset(
    double * pRetVal
);
public: HRESULT put_TimeOffset(
    double TimeOffset
);
[Java]
public double getTimeOffset();
public void setTimeOffset(
    double
);
[Python - STK API ]
@property
def TimeOffset(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.