|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISMNetAttributesAccess
Provides access to the network attribute value.
Provides information about network attribute values for specified routing data source segment.
Method Summary | |
---|---|
Object |
getNetAttributeValue(String bstrAttrName,
int lObjectID)
Returns the network attribute value by object ID. |
Method Detail |
---|
Object getNetAttributeValue(String bstrAttrName, int lObjectID) throws IOException, AutomationException
Returns the network attribute value for the segment ID specified.
GetNetAttributeValue returns the values of the predefined network attribute with the name AttrName for the network segment which ID equals ObjectID.
List of supported network attributes may differ from one data set to another. Most used network attributes are "Length" and "Time". Network segments are the records of the map layer that the current routing service is based on. Very often it is a streets layer, and its records are streets segments.
bstrAttrName
- The bstrAttrName (in)lObjectID
- The lObjectID (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 |