com.esri.arcgis.geometry
Interface IVolume

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Envelope, IVolumeProxy, MultiPatch

public interface IVolume
extends java.io.Serializable

COM Interface 'IVolume'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that return properties common to MultiPatches.' 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 IIDaade8029_6549_41e8_85f5_b17b8e7d9212
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getVolume()
          The enclosed 3D volume.
 

Field Detail

IIDaade8029_6549_41e8_85f5_b17b8e7d9212

static final int IIDaade8029_6549_41e8_85f5_b17b8e7d9212
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

getVolume

double getVolume()
                 throws java.io.IOException,
                        AutomationException
The enclosed 3D volume.

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