com.esri.arcgis.networkanalysis
Interface ISelectionSetBarriers

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISelectionSetBarriersProxy, SelectionSetBarriers

public interface ISelectionSetBarriers
extends java.io.Serializable

COM Interface 'ISelectionSetBarriers'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'

Description: 'Provides access to members that specify a set of barriers for the TraceFlowSolver object.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID16d930c2_18a8_11d3_9f4b_00c04f68e627
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(int userClassID, int userID)
          Adds a network feature to the set of barriers.
 void not()
          Specifies that the network features not in this set act as barriers.
 

Field Detail

IID16d930c2_18a8_11d3_9f4b_00c04f68e627

static final int IID16d930c2_18a8_11d3_9f4b_00c04f68e627
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

add

void add(int userClassID,
         int userID)
         throws java.io.IOException,
                AutomationException
Adds a network feature to the set of barriers.

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

not

void not()
         throws java.io.IOException,
                AutomationException
Specifies that the network features not in this set act as barriers.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.