Condition uses the AgECnstrLighting enum.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Condition() As AgECnstrLighting |
| [C#] |
|---|
public AgECnstrLighting Condition {get; set;} |
| [Managed C++] |
|---|
public: __property AgECnstrLighting get_Condition(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgECnstrLighting getCondition(); public void setCondition( AgECnstrLighting ); |
[Python - STK API ] |
|---|
@property def Condition(self) -> "AgECnstrLighting": @Condition.setter def Condition(self, eVal:"AgECnstrLighting") -> None: |






