com.esri.arcgis.geodatabase
Interface INetWeightEdit

All Superinterfaces:
INetWeight, java.io.Serializable
All Known Implementing Classes:
INetWeightEditProxy, NetWeight

public interface INetWeightEdit
extends INetWeight, java.io.Serializable

COM Interface 'INetWeightEdit'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that set information for this NetWeight 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 IID3ebbe030_557d_11d1_b254_0000f878229e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetWeight
IID027e7415_981b_11d1_b264_0000f878229e
 
Method Summary
 void setBitGateSize(int rhs1)
          Bit gate size of this NetWeight object.
 void setWeightName(java.lang.String rhs1)
          Name of this NetWeight object.
 void setWeightType(int rhs1)
          Type of network weight of this NetWeight object.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetWeight
getBitGateSize, getWeightID, getWeightName, getWeightType
 

Field Detail

IID3ebbe030_557d_11d1_b254_0000f878229e

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

setWeightName

void setWeightName(java.lang.String rhs1)
                   throws java.io.IOException,
                          AutomationException
Name of this NetWeight object.

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

setWeightType

void setWeightType(int rhs1)
                   throws java.io.IOException,
                          AutomationException
Type of network weight of this NetWeight object.

Parameters:
rhs1 - A com.esri.arcgis.geodatabase.esriWeightType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBitGateSize

void setBitGateSize(int rhs1)
                    throws java.io.IOException,
                           AutomationException
Bit gate size of this NetWeight object.

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