public interface IReduceVerticesByAngleLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Reduce Vertices By Angle layout.' 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 |
IIDbc8ea686_aed7_43b9_a578_5332a7472b32 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID991f111c_8569_470f_961d_361941d63ca9
Modifier and Type | Method and Description |
---|---|
double |
getThresholdAngle()
Indicates the angle formed by the incident segments over which the vertex related to these segments is reduced.
|
void |
setThresholdAngle(double pVal)
Indicates the angle formed by the incident segments over which the vertex related to these segments is reduced.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IIDbc8ea686_aed7_43b9_a578_5332a7472b32
static final int xxDummy
static final java.lang.String IID
double getThresholdAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setThresholdAngle(double pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.