com.esri.arcgis.geoprocessing
Interface IProtectNameGeoprocessing

All Superinterfaces:
Serializable
All Known Implementing Classes:
IProtectNameGeoprocessingProxy

public interface IProtectNameGeoprocessing
extends Serializable

Provides access to dummy methods protecting name correctness.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void protectOLE_COLOR(int aColor)
          protectOLE_COLOR
 void protectOLE_HANDLE(int aHandle)
          protectOLE_HANDLE
 

Method Detail

protectOLE_HANDLE

void protectOLE_HANDLE(int aHandle)
                       throws IOException,
                              AutomationException
protectOLE_HANDLE

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
aHandle - The aHandle (A COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

protectOLE_COLOR

void protectOLE_COLOR(int aColor)
                      throws IOException,
                             AutomationException
protectOLE_COLOR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
aColor - The aColor (A COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.