AGI STK VGT 11 Send 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 NewLightingConditions
);

[Java]
public AgECrdnVolumeLightingConditionsType getLightingConditions();public void setLightingConditions(
AgECrdnVolumeLightingConditionsType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface