|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkAttributeParameter
Provides access to members that specify the properties of a parameter of a network attribute.
The INetworkAttributeParameter interface is used to specify the Name, DefaultValue, and Value of a parameter used by the network attribute.
The Name is the name of the parameter. This name must be unique among all of the parameters of a network attribute.
The DefaultValue property is the parameter value stored in the NetworkDataset that should be be used to initialize the Value property. The variant type of the parameter is based off the DefaultValue's variant type.
The Value property is the parameter value that should be used by the attribute and evaluators during analysis time. This is the run-time value for the parameter.
Method Summary | |
---|---|
Object |
getDefaultValue()
The default value of the parameter. |
String |
getName()
The name of the parameter. |
Object |
getValue()
The current value of the parameter. |
int |
getVarType()
The VARTYPE of the parameter (e.g. |
void |
setDefaultValue(Object value)
The default value of the parameter. |
void |
setName(String name)
The name of the parameter. |
void |
setValue(Object value)
The current value of the parameter. |
void |
setVarType(int value)
The VARTYPE of the parameter (e.g. |
Method Detail |
---|
String getName() throws IOException, AutomationException
The Name is the name of the parameter. This name must be unique among all of the parameters of a network attribute.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
The Name is the name of the parameter. This name must be unique among all of the parameters of a network attribute.
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getDefaultValue() throws IOException, AutomationException
The DefaultValue property is the parameter value stored in the NetworkDataset that should be be used to initialize the Value property. The variant type of the parameter is based off the DefaultValue's variant type.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultValue(Object value) throws IOException, AutomationException
The DefaultValue property is the parameter value stored in the NetworkDataset that should be be used to initialize the Value property. The variant type of the parameter is based off the DefaultValue's variant type.
value
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getValue() throws IOException, AutomationException
The Value property is the parameter value that should be used by the attribute and evaluators during analysis time. This is the run-time value for the parameter.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(Object value) throws IOException, AutomationException
The Value property is the parameter value that should be used by the attribute and evaluators during analysis time. This is the run-time value for the parameter.
value
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVarType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVarType(int value) throws IOException, AutomationException
value
- The value (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 |