STK ObjectsSend comments on this topic.
PulseWidth Property (IAgRadarWaveformSearchTrackPulseDefinition)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_PulseWidth(
    double val
);
[Java]
public double getPulseWidth();
public void setPulseWidth(
    double
);
[Python - STK API ]
@property
def PulseWidth(self) -> float:

@PulseWidth.setter
def PulseWidth(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.