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++] |
---|
public: HRESULT get_Refraction( AgESnRefractionType * pVal ); public: HRESULT put_Refraction( AgESnRefractionType pVal ); |
[Java] |
---|
public AgESnRefractionType getRefraction(); public void setRefraction( AgESnRefractionType ); |
[Python - STK API ] |
---|
@property def Refraction(self) -> "AgESnRefractionType": @Refraction.setter def Refraction(self, pVal:"AgESnRefractionType") -> None: |