Specifies the direction from which the stopping condition value must be achieved.
Read-write property
[Visual Basic .NET] |
---|
Public Property Condition() As AgEVALightingCondition |
[C#] |
---|
public AgEVALightingCondition Condition {get; set;} |
[Managed C++] |
---|
public: __property AgEVALightingCondition get_Condition(); |
[Unmanaged C++] |
---|
public: HRESULT get_Condition( AgEVALightingCondition * pVal ); public: HRESULT put_Condition( AgEVALightingCondition newVal ); |
[Java] |
---|
public AgEVALightingCondition getCondition(); public void setCondition( AgEVALightingCondition ); |
[Python - STK API ] |
---|
@property def Condition(self) -> "AgEVALightingCondition": @Condition.setter def Condition(self, newVal:"AgEVALightingCondition") -> None: |