ArcObjects Library Reference  (Display)    

IDisplay.IlluminationProps Property

Illumination properties used by the display.

[Visual Basic 6.0]
Property IlluminationProps As IIlluminationProps
[Visual Basic .NET]
Public Property IlluminationProps As IIlluminationProps
[C#]
public IIlluminationProps IlluminationProps {get; set;}
[Java]
public  getIlluminationProps (
    IIlluminationProps IlluminationProps
)
[Java]
public void setIlluminationProps(
    IIlluminationProps IlluminationProps
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page