com.esri.arcgis.arcscene
Interface IDocument3DDefaultSymbols

All Superinterfaces:
IBasicDocumentDefaultSymbols, Serializable
All Known Implementing Classes:
GMxDocument, IDocument3DDefaultSymbolsProxy, SxDocument

public interface IDocument3DDefaultSymbols
extends IBasicDocumentDefaultSymbols, Serializable

Provides access to members that control Default 3d symbols for the document.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.


Method Summary
 IText3DElement getText3DElement()
          Default 3D Text Element.
 void setText3DElement(IText3DElement text3DElement)
          Default 3D Text Element.
 
Methods inherited from interface com.esri.arcgis.arcmapui.IBasicDocumentDefaultSymbols
getAreaPatch, getCustomTOCFont, getCustomTOCFontSize, getFillSymbol, getLinePatch, getLineSymbol, getMarkerSymbol, getPatchHeight, getPatchWidth, setAreaPatch, setCustomTOCFont, setCustomTOCFontSize, setFillSymbol, setLinePatch, setLineSymbol, setMarkerSymbol, setPatchHeight, setPatchWidth
 

Method Detail

getText3DElement

IText3DElement getText3DElement()
                                throws IOException,
                                       AutomationException
Default 3D Text Element.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.carto.IText3DElement
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setText3DElement

void setText3DElement(IText3DElement text3DElement)
                      throws IOException,
                             AutomationException
Default 3D Text Element.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Parameters:
text3DElement - A reference to a com.esri.arcgis.carto.IText3DElement (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.