This document is archived and information here might be outdated.  Recommended version.


IDisplay.IlluminationProps Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay Interface > IDisplay.IlluminationProps Property
ArcGIS Developer Help

IDisplay.IlluminationProps Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDisplay Interface