com.esri.arcgis.carto
Interface ICad3DRenderMode

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadLayer

public interface ICad3DRenderMode
extends Serializable

Provides access to members that control the Render Mode type for Cad drawing.

Product Availability

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


Method Summary
 int getCad3DRenderMode()
          Render mode type for Cad drawing.
 void setCad3DRenderMode(int mode)
          Render mode type for Cad drawing.
 

Method Detail

getCad3DRenderMode

int getCad3DRenderMode()
                       throws IOException,
                              AutomationException
Render mode type for Cad drawing.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A com.esri.arcgis.carto.esriCad3DRenderMode constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCad3DRenderMode

void setCad3DRenderMode(int mode)
                        throws IOException,
                               AutomationException
Render mode type for Cad drawing.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
mode - A com.esri.arcgis.carto.esriCad3DRenderMode constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.