AGI STK Objects 11 Send comments on this topic.
UnambiguousRange Property (IAgRadarWaveformSarPulseDefinition)
See Also 





Description

Gets or sets the unambiguous range.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_UnambiguousRange();
public: __property void set_UnambiguousRange(
double
);

[Unmanaged C++]
public: HRESULT get_UnambiguousRange(
double * pRetVal
);
public: HRESULT put_UnambiguousRange(
double NewUnambiguousRange
);

[Java]
public double getUnambiguousRange();public void setUnambiguousRange(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1