STK ObjectsSend comments on this topic.
Type Property (IAgPolarization)
See Also
Windows





Windows & Linux

Description

Gets the polarization type.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.