STK ObjectsSend comments on this topic.
ProperMotionRadialVelocity Property (IAgStar)
See Also
Windows





Windows & Linux

Description

Property motion radial velocity. Uses Distance dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ProperMotionRadialVelocity() As Double
[C#]
public double ProperMotionRadialVelocity {get; set;}
[Managed C++]
public: __property double get_ProperMotionRadialVelocity();
public: __property void set_ProperMotionRadialVelocity( double );
[Unmanaged C++]
public: HRESULT get_ProperMotionRadialVelocity(
    double * pVal
);
public: HRESULT put_ProperMotionRadialVelocity(
    double RadialVelocity
);
[Java]
public double getProperMotionRadialVelocity();
public void setProperMotionRadialVelocity(
    double
);
[Python - STK API ]
@property
def ProperMotionRadialVelocity(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.