|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INAServerNetworkAttribute
Provides access to properties that describe a network attribute.
The INAServerNetworkAttribute interface is used to access the properties of a network attribute within NAServer.
| Method Summary | |
|---|---|
int |
getDataType()
Type of data used in this network attribute. |
String |
getName()
Name of this network attribute. |
IStringArray |
getParameterNames()
Collection of parameter names for this network attribute. |
int |
getUnits()
Units of this network attribute. |
int |
getUsageType()
Usage type of this network attribute. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
Name specifies the name of the network attribute.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getUnits()
throws IOException,
AutomationException
Units specifies the esriNetworkAttributeUnits of the network attribute. Valid values include most length and time units.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDataType()
throws IOException,
AutomationException
DataType specifies the esriNetworkAttributeDataType of the network attribute. Valid data types include integer, float, double, and boolean.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getUsageType()
throws IOException,
AutomationException
UsageType specfies the esriNetworkAttributeUsageType of the network attribute. Valid values include cost, descriptor, restriction, and hierarchy.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getParameterNames()
throws IOException,
AutomationException
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 | ||||||||