com.esri.arcgis.cartox
Interface IProtectNameCartoX

All Superinterfaces:
Serializable
All Known Implementing Classes:
IProtectNameCartoXProxy

public interface IProtectNameCartoX
extends Serializable

Provides access to dummy methods protecting name correctness.


Method Summary
 void fileName()
          fileName
 void filePath()
          filePath
 void format()
          format
 void height()
          height
 void imgType()
          imgType
 void joinInfo()
          joinInfo
 void layerID()
          layerID
 void protectOLE_COLOR(int aColor)
          protectOLE_COLOR
 void protectOLE_HANDLE(int aHandle)
          protectOLE_HANDLE
 void type()
          type
 void uRL()
          uRL
 void value()
          value
 void width()
          width
 

Method Detail

fileName

void fileName()
              throws IOException,
                     AutomationException
fileName

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

protectOLE_HANDLE

void protectOLE_HANDLE(int aHandle)
                       throws IOException,
                              AutomationException
protectOLE_HANDLE

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

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

joinInfo

void joinInfo()
              throws IOException,
                     AutomationException
joinInfo

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

height

void height()
            throws IOException,
                   AutomationException
height

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

width

void width()
           throws IOException,
                  AutomationException
width

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

type

void type()
          throws IOException,
                 AutomationException
type

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

imgType

void imgType()
             throws IOException,
                    AutomationException
imgType

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

format

void format()
            throws IOException,
                   AutomationException
format

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

layerID

void layerID()
             throws IOException,
                    AutomationException
layerID

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

filePath

void filePath()
              throws IOException,
                     AutomationException
filePath

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

uRL

void uRL()
         throws IOException,
                AutomationException
uRL

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

value

void value()
           throws IOException,
                  AutomationException
value

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