Share

CorridorState.ParamsLong Property

Gets the collection of long parameters.



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

Syntax

C#

public ParamLongCollection ParamsLong { get; }

VB

Public ReadOnly Property ParamsLong As ParamLongCollection
	Get

C++

public:
property ParamLongCollection^ ParamsLong {
	ParamLongCollection^ get ();
}

Property Value

ParamLongCollection

See Also

Reference

Was this information helpful?