Gets the double parameters collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public virtual ParamDoubleCollection ParamsDouble { get; }
VB
Public Overridable ReadOnly Property ParamsDouble As ParamDoubleCollection Get
C++
public: virtual property ParamDoubleCollection^ ParamsDouble { ParamDoubleCollection^ get (); }