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






Windows & Linux

Description

Gets or sets the pulse repetition frequency.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Prf() As Double
[C#]
public double Prf {get; set;}
[Managed C++]
public: __property double get_Prf();
public: __property void set_Prf(
   double
);
[Unmanaged C++]
public: HRESULT get_Prf(
   double * pRetVal
);
public: HRESULT put_Prf(
   double NewPrf
);
[Java]
public double getPrf();
public void setPrf(
   double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.