Share

CorridorState.ParamsBoolGlobal Property

ParamsBoolGlobal



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

Syntax

C#

public ParamBoolCollection ParamsBoolGlobal { get; }

VB

Public ReadOnly Property ParamsBoolGlobal As ParamBoolCollection
	Get

C++

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

Property Value

ParamBoolCollection

See Also

Reference

Was this information helpful?