com.esri.arcgis.datasourcesraster
Interface IRasterStatus3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterStatus3Proxy, RasterStatus

public interface IRasterStatus3
extends java.io.Serializable

COM Interface 'IRasterStatus3'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control the raster status 3.' 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 IID01c2b5dd_7586_42a6_984a_342a7a78fe8c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isSuspend()
          The status to be suspended.
 void setSuspend(boolean b)
          The status to be suspended.
 

Field Detail

IID01c2b5dd_7586_42a6_984a_342a7a78fe8c

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

setSuspend

void setSuspend(boolean b)
                throws java.io.IOException,
                       AutomationException
The status to be suspended.

Parameters:
b - The b (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSuspend

boolean isSuspend()
                  throws java.io.IOException,
                         AutomationException
The status to be suspended.

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