STK Vector Geometry ToolSend comments on this topic.
LightingConditions Property (IAgCrdnVolumeLighting)
See Also
Windows





Windows & Linux

Description

Sets/Returns the lighting conditions.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LightingConditions() As AgECrdnVolumeLightingConditionsType
[C#]
public AgECrdnVolumeLightingConditionsType LightingConditions {get; set;}
[Managed C++]
public: __property AgECrdnVolumeLightingConditionsType get_LightingConditions();
public: __property void set_LightingConditions( AgECrdnVolumeLightingConditionsType );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.