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






Windows & Linux

Description

Gets or sets the pulse compression ratio mode enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PcrMode() As AgERadarSarPcrMode
[C#]
public AgERadarSarPcrMode PcrMode {get; set;}
[Managed C++]
public: __property AgERadarSarPcrMode get_PcrMode();
public: __property void set_PcrMode(
   AgERadarSarPcrMode
);
[Unmanaged C++]
public: HRESULT get_PcrMode(
   AgERadarSarPcrMode * pRetVal
);
public: HRESULT put_PcrMode(
   AgERadarSarPcrMode NewPcrMode
);
[Java]
public AgERadarSarPcrMode getPcrMode();
public void setPcrMode(
   AgERadarSarPcrMode
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.