|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRouteMeasureLineLocation
Provides access to point specific route-measure location properties.
This interface allows you to set the properties of a line route measure location. A line route measure location specifies a portion of a route between two measure values FromMeasure value and ToMeasure value.
Method Summary | |
---|---|
double |
getFromMeasure()
The 'from' measure value. |
double |
getToMeasure()
The 'to' measure value. |
void |
setFromMeasure(double value)
The 'from' measure value. |
void |
setToMeasure(double value)
The 'to' measure value. |
Method Detail |
---|
void setFromMeasure(double value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFromMeasure() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToMeasure(double value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getToMeasure() 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 |