Refraction method, a member of the AgESnRefractionType enumeration.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Refraction() As AgESnRefractionType |
| [C#] |
|---|
public AgESnRefractionType Refraction {get; set;} |
| [Managed C++] |
|---|
public: __property AgESnRefractionType get_Refraction(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgESnRefractionType getRefraction(); public void setRefraction( AgESnRefractionType ); |
[Python - STK API ] |
|---|
@property def Refraction(self) -> "AgESnRefractionType": @Refraction.setter def Refraction(self, pVal:"AgESnRefractionType") -> None: |






