Sets/Returns the lighting conditions.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property LightingConditions() As AgECrdnVolumeLightingConditionsType |
| [C#] |
|---|
public AgECrdnVolumeLightingConditionsType LightingConditions {get; set;} |
| [Managed C++] |
|---|
public: __property AgECrdnVolumeLightingConditionsType get_LightingConditions(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgECrdnVolumeLightingConditionsType getLightingConditions(); public void setLightingConditions( AgECrdnVolumeLightingConditionsType ); |
| [Python - STK API] |
|---|
@property def LightingConditions(self) -> "AgECrdnVolumeLightingConditionsType": @LightingConditions.setter def LightingConditions(self, LightingConditions:"AgECrdnVolumeLightingConditionsType") -> None: |





