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






Windows & Linux

Description

Gets or sets the enable polarization option

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnablePolarization() As Boolean
[C#]
public bool EnablePolarization {get; set;}
[Managed C++]
public: __property bool get_EnablePolarization();
public: __property void set_EnablePolarization( bool );
[Unmanaged C++]
public: HRESULT get_EnablePolarization(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnablePolarization(
    VARIANT_BOOL val
);
[Java]
public bool getEnablePolarization();
public void setEnablePolarization(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.