STK Vector Geometry ToolSend comments on this topic.
StartOffset Property (IAgCrdnVolumeOverTime)
See Also
Windows





Windows & Linux

Description

Set the offset with respect to current time to define the start of the sliding window, used when over time volume is set to Sliding Window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StartOffset() As Double
[C#]
public double StartOffset {get; set;}
[Managed C++]
public: __property double get_StartOffset();
public: __property void set_StartOffset( double );
[Unmanaged C++]
public: HRESULT get_StartOffset(
    double * pRetVal
);
public: HRESULT put_StartOffset(
    double StartOffset
);
[Java]
public double getStartOffset();
public void setStartOffset(
    double
);
[Python - STK API ]
@property
def StartOffset(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.