Share

ParamBool Class

A boolean parameter.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.RuntimeParamBase<1,bool,bool,Autodesk::Civil::Runtime::CastOp<bool,bool> >
    Autodesk.Civil.RuntimeParamBool


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

Syntax

C#

public sealed class ParamBool : ParamBase<1,bool,bool,Autodesk::Civil::Runtime::CastOp<bool,bool> >

VB

Public NotInheritable Class ParamBool
	Inherits ParamBase<1,bool,bool,Autodesk::Civil::Runtime::CastOp<bool,bool> >

C++

public ref class ParamBool sealed : public ParamBase<1,bool,bool,Autodesk::Civil::Runtime::CastOp<bool,bool> >

The ParamBool type exposes the following members.

Properties

See Also

Reference

Was this information helpful?