com.esri.arcgis.networkanalyst
Interface INAServerPropertySets

All Superinterfaces:
INAServerLocations, java.io.Serializable
All Known Implementing Classes:
INAServerPropertySetsProxy, NAServerPropertySets

public interface INAServerPropertySets
extends INAServerLocations, java.io.Serializable

COM Interface 'INAServerPropertySets'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Deprecated as of 10.0. Provides access to an array of PropertySet objects representing network locations.' 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 IIDe948a4b8_c2a1_47b9_bb92_b5a401c1bf95
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerLocations
IID3e1cb0a9_9917_42d7_af13_78d2494b4714
 
Method Summary
 IPropertySetArray getPropertySets()
          Array of property sets.
 void setPropertySetsByRef(IPropertySetArray ppValue)
          Array of property sets.
 

Field Detail

IIDe948a4b8_c2a1_47b9_bb92_b5a401c1bf95

static final int IIDe948a4b8_c2a1_47b9_bb92_b5a401c1bf95
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

getPropertySets

IPropertySetArray getPropertySets()
                                  throws java.io.IOException,
                                         AutomationException
Array of property sets.

Returns:
A reference to a com.esri.arcgis.system.IPropertySetArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertySetsByRef

void setPropertySetsByRef(IPropertySetArray ppValue)
                          throws java.io.IOException,
                                 AutomationException
Array of property sets.

Parameters:
ppValue - A reference to a com.esri.arcgis.system.IPropertySetArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.