com.esri.arcgis.arcscene
Interface IDocument3DDefaultSymbols

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

public interface IDocument3DDefaultSymbols
extends IBasicDocumentDefaultSymbols, java.io.Serializable

COM Interface 'IDocument3DDefaultSymbols'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcScene.olb'

Description: 'Provides access to members that control Default 3d symbols for the document.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID846a792e_1b96_4350_8bcc_b10f7c5012a7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.arcmapui.IBasicDocumentDefaultSymbols
IIDbaf98c1c_6e13_11d4_ab81_0008c73fd50c
 
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
 

Field Detail

IID846a792e_1b96_4350_8bcc_b10f7c5012a7

static final int IID846a792e_1b96_4350_8bcc_b10f7c5012a7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getText3DElement

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

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

setText3DElement

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

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