com.esri.arcgis.networkanalyst
Interface INetworkAnalystProtectNames

All Superinterfaces:
Serializable
All Known Implementing Classes:
INetworkAnalystProtectNamesProxy

public interface INetworkAnalystProtectNames
extends Serializable

Remarks

The INetworkAnalystProtectNames interface is used to protect the type library from changing the case of various coclasses, interfaces, and methods. You should not use this interface or rely on anything in it.

Product Availability

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


Method Summary
 void fromPosition()
          fromPosition
 double getLength()
          getLength
 String getName()
          getName
 int getType()
          getType
 void nAClass()
          nAClass
 void nAContext()
          nAContext
 void setLength(double length)
          setLength
 void setName(String name)
          setName
 void setType(int type)
          setType
 void time()
          time
 void toPosition()
          toPosition
 

Method Detail

nAClass

void nAClass()
             throws IOException,
                    AutomationException
nAClass

Remarks

Do not use this.

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.

nAContext

void nAContext()
               throws IOException,
                      AutomationException
nAContext

Remarks

Do not use this.

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.

fromPosition

void fromPosition()
                  throws IOException,
                         AutomationException
fromPosition

Remarks

Do not use this.

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.

toPosition

void toPosition()
                throws IOException,
                       AutomationException
toPosition

Remarks

Do not use this.

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.

time

void time()
          throws IOException,
                 AutomationException
time

Remarks

Do not use this.

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.

getName

String getName()
               throws IOException,
                      AutomationException
getName

Remarks

Do not use this.

Product Availability

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

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

setName

void setName(String name)
             throws IOException,
                    AutomationException
setName

Product Availability

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

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

getType

int getType()
            throws IOException,
                   AutomationException
getType

Remarks

Do not use this.

Product Availability

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

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

setType

void setType(int type)
             throws IOException,
                    AutomationException
setType

Product Availability

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

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

getLength

double getLength()
                 throws IOException,
                        AutomationException
getLength

Remarks

Do not use this.

Product Availability

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

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

setLength

void setLength(double length)
               throws IOException,
                      AutomationException
setLength

Product Availability

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

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