com.esri.arcgis.location
Interface IRouteMeasurePointProperties

All Superinterfaces:
Serializable
All Known Subinterfaces:
IRouteMeasurePointProperties2
All Known Implementing Classes:
RouteMeasurePointProperties

public interface IRouteMeasurePointProperties
extends Serializable

Provides access to the route measure properties unique to point event tables.

Superseded By

IRouteMeasurePointProperties2

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getMeasureFieldName()
          The measure field name.
 void setMeasureFieldName(String fieldName)
          The measure field name.
 

Method Detail

setMeasureFieldName

void setMeasureFieldName(String fieldName)
                         throws IOException,
                                AutomationException
The measure field name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
fieldName - The fieldName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMeasureFieldName

String getMeasureFieldName()
                           throws IOException,
                                  AutomationException
The measure field name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The fieldName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.