|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRouteMeasurePointLocation
Provides access to point specific route-measure location properties.
This interface allows you to set the properties of a point route measure location. A point location is a discrete location in space, therefore, a point route measure location is specified by a single measure value.
Method Summary | |
---|---|
double |
getMeasure()
The measure value. |
void |
setMeasure(double value)
The measure value. |
Method Detail |
---|
void setMeasure(double value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMeasure() 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 |