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






Windows & Linux

Description

Gets or sets the pulse width mode enumeration

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PulseWidthMode() As AgERadarSearchTrackPulseWidthMode
[C#]
public AgERadarSearchTrackPulseWidthMode PulseWidthMode {get; set;}
[Managed C++]
public: __property AgERadarSearchTrackPulseWidthMode get_PulseWidthMode();
public: __property void set_PulseWidthMode(
   AgERadarSearchTrackPulseWidthMode
);
[Unmanaged C++]
public: HRESULT get_PulseWidthMode(
   AgERadarSearchTrackPulseWidthMode * pRetVal
);
public: HRESULT put_PulseWidthMode(
   AgERadarSearchTrackPulseWidthMode NewPulseWidthMode
);
[Java]
public AgERadarSearchTrackPulseWidthMode getPulseWidthMode();
public void setPulseWidthMode(
   AgERadarSearchTrackPulseWidthMode
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.