This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay Interface > IDisplay.IlluminationProps Property (ArcObjects .NET 10.4 SDK) |
Illumination properties used by the display.
[Visual Basic .NET] Public Property IlluminationProps As IIlluminationProps
[C#] public IIlluminationProps IlluminationProps {get; set;}
[C++]
HRESULT get_IlluminationProps(
IIlluminationProps** IlluminationProps
);
[C++]
HRESULT put_IlluminationProps(
IIlluminationProps* IlluminationProps
);
[C++]
Parameters IlluminationProps [out, retval]
IlluminationProps is a parameter of type IIlluminationProps IlluminationProps [in]
IlluminationProps is a parameter of type IIlluminationProps