com.esri.arcgis.analyst3d
Interface I3DProperties3
- All Superinterfaces:
- I3DProperties, I3DProperties2, java.io.Serializable
- All Known Implementing Classes:
- Basic3DProperties, Feature3DProperties, I3DProperties3Proxy, Raster3DProperties, Tin3DProperties
public interface I3DProperties3
- extends I3DProperties2, java.io.Serializable
COM Interface 'I3DProperties3'. Generated 3/19/2015 1:20:51 PM
from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description: 'Provides additional access to members that control three-dimensional properties.'
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 =
Methods inherited from interface com.esri.arcgis.analyst3d.I3DProperties |
apply3DProperties, getBaseExpressionString, getBaseName, getBaseOption, getBaseSurface, getDepthPriorityValue, getExtrusionExpressionString, getExtrusionType, getFaceCulling, getMaxRasterColumns, getMaxRasterRows, getMaxTextureMemory, getOffsetExpressionString, getRenderMode, getRenderRefreshRate, getRenderVisibility, getZFactor, isIlluminate, isSmoothShading, setBaseExpressionString, setBaseOption, setBaseSurfaceByRef, setDepthPriorityValue, setExtrusionExpressionString, setExtrusionType, setFaceCulling, setIlluminate, setMaxRasterColumns, setMaxRasterRows, setMaxTextureMemory, setOffsetExpressionString, setRenderMode, setRenderRefreshRate, setRenderVisibility, setSmoothShading, setZFactor |
IID3c8a34c5_937a_4607_ab07_f5ed3470d443
static final int IID3c8a34c5_937a_4607_ab07_f5ed3470d443
- 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
setAlphaThreshold
void setAlphaThreshold(double threshold)
throws java.io.IOException,
AutomationException
- Alpha threshold for transparency.
- Parameters:
threshold
- The threshold (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getAlphaThreshold
double getAlphaThreshold()
throws java.io.IOException,
AutomationException
- Alpha threshold for transparency.
- Returns:
- The threshold
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.