ParamsLong Property

Gets a collection of parameters with long values associated with the network state.

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

Syntax

C#

public ParamLongCollection ParamsLong { get; }

Visual Basic

Public ReadOnly Property ParamsLong As ParamLongCollection
	Get

Visual C++

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

See Also