Share

CorridorState.ParamsBool Property

Gets the collection of boolean parameters.



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

Syntax

C#

public ParamBoolCollection ParamsBool { get; }

VB

Public ReadOnly Property ParamsBool As ParamBoolCollection
	Get

C++

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

Property Value

ParamBoolCollection

See Also

Reference

Was this information helpful?