public interface ISegmentM
extends java.io.Serializable
Description: 'Provides access to members that allow simple manipulations of Ms at the segment level.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID48cf4c91_e3d5_11d2_9f2e_00c04f6bdf0d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
getMs(double[] fromM,
double[] toM)
Get the Ms on the segment's endpoints.
|
void |
setMs(double fromM,
double toM)
Set the Ms on the segment's endpoints.
|
static final int IID48cf4c91_e3d5_11d2_9f2e_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
void getMs(double[] fromM, double[] toM) throws java.io.IOException, AutomationException
fromM
- The fromM (out: use single element array)toM
- The toM (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMs(double fromM, double toM) throws java.io.IOException, AutomationException
fromM
- The fromM (in)toM
- The toM (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.