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





Description

Gets or sets the option for enabling the orthoganal polarization

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableOrthoPolarization() As Boolean

[C#]
public bool EnableOrthoPolarization {get; set;}

[Managed C++]
public: __property bool get_EnableOrthoPolarization();
public: __property void set_EnableOrthoPolarization(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableOrthoPolarization(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableOrthoPolarization(
VARIANT_BOOL NewEnableOrthoPolarization
);

[Java]
public bool getEnableOrthoPolarization();public void setEnableOrthoPolarization(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1