AGI STK Objects 11 Send comments on this topic.
UnambiguousVelocity Property (IAgRadarWaveformSearchTrackPulseDefinition)
See Also 





Description

Gets or sets the unambiguous velocity.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UnambiguousVelocity() As Double

[C#]
public double UnambiguousVelocity {get; set;}

[Managed C++]
public: __property double get_UnambiguousVelocity();
public: __property void set_UnambiguousVelocity(
double
);

[Unmanaged C++]
public: HRESULT get_UnambiguousVelocity(
double * pRetVal
);
public: HRESULT put_UnambiguousVelocity(
double NewUnambiguousVelocity
);

[Java]
public double getUnambiguousVelocity();public void setUnambiguousVelocity(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1