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





Description

Gets or sets the pulse width.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_PulseWidth();
public: __property void set_PulseWidth(
double
);

[Unmanaged C++]
public: HRESULT get_PulseWidth(
double * pRetVal
);
public: HRESULT put_PulseWidth(
double NewPulseWidth
);

[Java]
public double getPulseWidth();public void setPulseWidth(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1