A collection of boolean parameters.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.RuntimeParamCollectionBase<Autodesk::Civil::Runtime::ParamBool,Autodesk::Civil::Runtime::ParamBool ^>
Autodesk.Civil.RuntimeParamBoolCollection
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class ParamBoolCollection : ParamCollectionBase<Autodesk::Civil::Runtime::ParamBool,Autodesk::Civil::Runtime::ParamBool ^>
VB
Public NotInheritable Class ParamBoolCollection Inherits ParamCollectionBase<Autodesk::Civil::Runtime::ParamBool,Autodesk::Civil::Runtime::ParamBool ^>
C++
public ref class ParamBoolCollection sealed : public ParamCollectionBase<Autodesk::Civil::Runtime::ParamBool,Autodesk::Civil::Runtime::ParamBool ^>
The ParamBoolCollection type exposes the following members.
Properties
Methods
| Name | Description | |
|---|---|---|
| Add | Adds a new item to parameters collection. | |
| GetEnumerator | (Inherited from ParamCollectionBase<Autodesk::Civil::Runtime::ParamBool,Autodesk::Civil::Runtime::ParamBool ^>) | |
| GetObjectEnumerator | (Inherited from ParamCollectionBase<Autodesk::Civil::Runtime::ParamBool,Autodesk::Civil::Runtime::ParamBool ^>) | |
| Value(Int32) | (Inherited from ParamCollectionBase<Autodesk::Civil::Runtime::ParamBool,Autodesk::Civil::Runtime::ParamBool ^>) | |
| Value(String) | (Inherited from ParamCollectionBase<Autodesk::Civil::Runtime::ParamBool,Autodesk::Civil::Runtime::ParamBool ^>) |
