Share

NetworkRule.ParamsLong Property

Gets the Long parameters collection.



Namespace: Autodesk.Civil.DatabaseServices
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?