com.esri.arcgis.carto
Interface IProtectNameCarto

All Superinterfaces:
Serializable
All Known Implementing Classes:
IProtectNameCartoProxy

public interface IProtectNameCarto
extends Serializable

Provides access to dummy methods protecting name correctness.

Product Availability

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


Method Summary
 void altitude()
          altitude
 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.

altitude

void altitude()
              throws IOException,
                     AutomationException
altitude

Product Availability

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

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.