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






Windows & Linux

Description

Gets or sets the duty factor.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DutyFactor();
public: __property void set_DutyFactor(
double
);

[Unmanaged C++]
public: HRESULT get_DutyFactor(
double * pRetVal
);
public: HRESULT put_DutyFactor(
double NewDutyFactor
);

[Java]
public double getDutyFactor();public void setDutyFactor(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface