ParamsBool Property

Gets the Boolean parameters collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public ParamBoolCollection ParamsBool { get; }

Visual Basic

Public ReadOnly Property ParamsBool As ParamBoolCollection
	Get

Visual C++

public:
property ParamBoolCollection^ ParamsBool {
	ParamBoolCollection^ get ();
}

See Also