Share

NetworkRule.ParamsDouble Property

Gets the Double parameters collection.



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

Syntax

C#

public ParamDoubleCollection ParamsDouble { get; }

VB

Public ReadOnly Property ParamsDouble As ParamDoubleCollection
	Get

C++

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

Property Value

ParamDoubleCollection

See Also

Reference

Was this information helpful?