|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetWeightAssociation
Provides access to members that get information about the network weight association described by this NetWeightAssociation object.
Creating a weight only adds the weight to your network. Without associating a weight with a particular field in an element class the weight would have no value and could not be used by the NetSolver object for tracing.
The INetWeightAssociation interface is implemented by the NetWeightAssociation coclass and provides read-only access to the properties of the object.
Use the INetWeightAssociation interface to obtain the field name, table name, and ID of individual network weights.
INetWeightEdit
,
INetWeightAssociation
,
INetWeightAssociationEdit
,
INetWeight
Method Summary | |
---|---|
String |
getFieldName()
Name of the field that contains the values for this weight. |
String |
getTableName()
Name of the table to which this weight is associated. |
int |
getWeightID()
Weight internal ID of the weight to which this table is associated. |
Method Detail |
---|
String getTableName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWeightID() throws IOException, AutomationException
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 |