STK ObjectsSend comments on this topic.
EnableOrthoPolarization Property (IAgRadarTransmitter)
See Also
Windows





Windows & Linux

Description

Gets or sets the option for enabling the orthogonal 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 * pVal
);
public: HRESULT put_EnableOrthoPolarization(
    VARIANT_BOOL val
);
[Java]
public bool getEnableOrthoPolarization();
public void setEnableOrthoPolarization(
    bool
);
[Python - STK API ]
@property
def EnableOrthoPolarization(self) -> bool:

@EnableOrthoPolarization.setter
def EnableOrthoPolarization(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.