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