Gets a collection of parameters with double values associated with the network state.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ParamDoubleCollection ParamsDouble { get; }
VB
Public ReadOnly Property ParamsDouble As ParamDoubleCollection Get
C++
public: property ParamDoubleCollection^ ParamsDouble { ParamDoubleCollection^ get (); }