com.esri.arcgis.carto
Interface IImageServerSampleResultEdit2
- All Superinterfaces:
- IImageServerSampleResult, IImageServerSampleResultEdit, java.io.Serializable
- All Known Implementing Classes:
- IImageServerSampleResultEdit2Proxy
public interface IImageServerSampleResultEdit2
- extends IImageServerSampleResultEdit, java.io.Serializable
COM Interface 'IImageServerSampleResultEdit2'. Generated 3/19/2015 1:20:54 PM
from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control a sample result.'
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 =
IID59e366e1_66d2_452a_94b3_9961750850d6
static final int IID59e366e1_66d2_452a_94b3_9961750850d6
- 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
getAttributes
IPropertySet getAttributes()
throws java.io.IOException,
AutomationException
- The raster attributes.
- Returns:
- A reference to a com.esri.arcgis.system.IPropertySet
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
setAttributesByRef
void setAttributesByRef(IPropertySet ppAttributes)
throws java.io.IOException,
AutomationException
- The raster attributes.
- Parameters:
ppAttributes
- A reference to a com.esri.arcgis.system.IPropertySet (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.