Gets the polarization type.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgEPolarizationType |
[C#] |
---|
public AgEPolarizationType Type {get;} |
[Managed C++] |
---|
public: __property AgEPolarizationType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgEPolarizationType * pVal ); |
[Java] |
---|
public AgEPolarizationType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgEPolarizationType": |