|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetWeightAssociationEdit
Provides access to members that set information for this NetWeightAssociation object.
The INetWeightAssociationEdit interface is only for adding weight associations to a stand-alone empty logical network. For creating weight associations when building a geometric network, use the Build Geometric Network Wizard, or the AddWeightAssocation method on the NetworkLoader object.
INetWeightEdit
,
INetWeightAssociation
,
INetWeightAssociationEdit
,
INetWeight
Method Summary | |
---|---|
void |
setFieldName(String rhs1)
Name of the field that contains the values for this associated weight. |
void |
setTableName(String rhs1)
Name of the table to be associated in this weight association. |
void |
setWeightID(int rhs1)
Weight internal ID of the weight to be associated in this weight assocation. |
Methods inherited from interface com.esri.arcgis.geodatabase.INetWeightAssociation |
---|
getFieldName, getTableName, getWeightID |
Method Detail |
---|
void setTableName(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldName(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWeightID(int rhs1) throws IOException, AutomationException
The internal ID of the weight you are creating an association for can be retrieved from the INetSchema interface.
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |