|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkAnalystProtectNames
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.
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 |
---|
void nAClass() throws IOException, AutomationException
Do not use this.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void nAContext() throws IOException, AutomationException
Do not use this.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void fromPosition() throws IOException, AutomationException
Do not use this.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void toPosition() throws IOException, AutomationException
Do not use this.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void time() throws IOException, AutomationException
Do not use this.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
Do not use this.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType() throws IOException, AutomationException
Do not use this.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(int type) throws IOException, AutomationException
type
- The type (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLength() throws IOException, AutomationException
Do not use this.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLength(double length) throws IOException, AutomationException
length
- The length (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |