STK AviatorSend comments on this topic.
DisplayStepTime Property (IAgAvtrProcedureVGTPoint)
See Also
Windows





Windows & Linux

Description

Gets or sets the time interval at which ephemeris is generated for display purposes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayStepTime() As Double
[C#]
public double DisplayStepTime {get; set;}
[Managed C++]
public: __property double get_DisplayStepTime();
public: __property void set_DisplayStepTime( double );
[Unmanaged C++]
public: HRESULT get_DisplayStepTime(
    double * pVal
);
public: HRESULT put_DisplayStepTime(
    double newVal
);
[Java]
public double getDisplayStepTime();
public void setDisplayStepTime(
    double
);
[Python - STK API ]
@property
def DisplayStepTime(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.