Share

CorridorState.ParamsDoubleGlobal Property

ParamsDoubleGlobal



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

Syntax

C#

public ParamDoubleCollection ParamsDoubleGlobal { get; }

VB

Public ReadOnly Property ParamsDoubleGlobal As ParamDoubleCollection
	Get

C++

public:
property ParamDoubleCollection^ ParamsDoubleGlobal {
	ParamDoubleCollection^ get ();
}

Property Value

ParamDoubleCollection

See Also

Reference

Was this information helpful?