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++] |
---|
public: HRESULT get_LightingConditions( AgECrdnVolumeLightingConditionsType * pRetVal ); public: HRESULT put_LightingConditions( AgECrdnVolumeLightingConditionsType LightingConditions ); |
[Java] |
---|
public AgECrdnVolumeLightingConditionsType getLightingConditions(); public void setLightingConditions( AgECrdnVolumeLightingConditionsType ); |
[Python - STK API ] |
---|
@property def LightingConditions(self) -> "AgECrdnVolumeLightingConditionsType": @LightingConditions.setter def LightingConditions(self, LightingConditions:"AgECrdnVolumeLightingConditionsType") -> None: |