|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetWeightEdit
Provides access to members that set information for this NetWeight object.
To add this weight to your logical network you need to use INetSchemaEdit::AddWeight .
The INetWeightEdit interface is only for adding weights to a stand-alone logical network. For creating weights when building a geometric network, use the Build Geometric Network Wizard, or the AddWeight method on the NetworkLoader object.
INetWeightEdit
,
INetWeightAssociation
,
INetWeightAssociationEdit
,
INetWeight
Method Summary | |
---|---|
void |
setBitGateSize(int rhs1)
Bit gate size of this NetWeight object. |
void |
setWeightName(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 |
Method Detail |
---|
void setWeightName(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWeightType(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabase.esriWeightType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBitGateSize(int rhs1) throws IOException, AutomationException
BitGateSize can only be accessed if the WeightType property is esriWTBitGate.
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 |