ArcObjects Library Reference (Display)  

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