com.esri.arcgis.carto
Interface ITinIllumination

All Superinterfaces:
Serializable
All Known Implementing Classes:
LasPointElevationRenderer, TerrainPointElevationRenderer, TinAspectRenderer, TinElevationRenderer, TinFaceRenderer, TinFaceValueRenderer, TinSlopeRenderer

public interface ITinIllumination
extends Serializable

Provides access to members that determine whether shading is turned on or off for a TIN face renderer.

Product Availability

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


Method Summary
 boolean isIlluminate()
          Indicates if the shading for TIN triangle faces is illuminated.
 void setIlluminate(boolean illuminate)
          Indicates if the shading for TIN triangle faces is illuminated.
 

Method Detail

isIlluminate

boolean isIlluminate()
                     throws IOException,
                            AutomationException
Indicates if the shading for TIN triangle faces is illuminated.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The illuminate
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIlluminate

void setIlluminate(boolean illuminate)
                   throws IOException,
                          AutomationException
Indicates if the shading for TIN triangle faces is illuminated.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
illuminate - The illuminate (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.