|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemJunctionSource
Provides access to members that specify the properties of a network dataset source whose junction elements are generated automatically when the network is built.
The ISystemJunctionSource interface is used to access the properties, such as the elevation field name, of the system junction feature source of a Network Dataset.
To access the SystemJunctionSource object for an existing network dataset source, use the Source, SourceByID, or SourceByName methods on the INetworkDataset interface.
Method Summary | |
---|---|
String |
getElevationFieldName()
The field name to be used as the elevation field when determining connectivity at coincident vertices. |
Method Detail |
---|
String getElevationFieldName() 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 |