Share

ParamDouble Class

A parameter with a double value.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.RuntimeParamBase<3,double,double,Autodesk::Civil::Runtime::CastOp<double,double> >
    Autodesk.Civil.RuntimeParamDouble


Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public sealed class ParamDouble : ParamBase<3,double,double,Autodesk::Civil::Runtime::CastOp<double,double> >

VB

Public NotInheritable Class ParamDouble
	Inherits ParamBase<3,double,double,Autodesk::Civil::Runtime::CastOp<double,double> >

C++

public ref class ParamDouble sealed : public ParamBase<3,double,double,Autodesk::Civil::Runtime::CastOp<double,double> >

The ParamDouble type exposes the following members.

Properties

See Also

Reference

Was this information helpful?