This document is archived and information here might be outdated. Recommended version. |
The weights of the geometric network.
[Visual Basic .NET] Public Property NetworkWeights As IArray
[C#] public IArray NetworkWeights {get; set;}
[C++]
HRESULT get_NetworkWeights(
IArray** netWeights
);
[C++]
HRESULT putref_NetworkWeights(
IArray* netWeights
);
[C++] Parameters netWeights [out, retval]
netWeights is a parameter of type IArray** netWeights [in]
netWeights is a parameter of type IArray*