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