Share

TurnoutCreationParams.CustomParameterValues Property

Gets or sets custom parameters of the turnout If parameter type is string or enum, its value must be in string type If parameter type is number, its value must be in double type



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

Syntax

C#

public Dictionary<string, Object> CustomParameterValues { get; set; }

VB

Public Property CustomParameterValues As Dictionary(Of String, Object)
	Get
	Set

C++

public:
property Dictionary<String^, Object^>^ CustomParameterValues {
	Dictionary<String^, Object^>^ get ();
	void set (Dictionary<String^, Object^>^ value);
}

Property Value

DictionaryString, Object

Exceptions

ExceptionCondition
ArgumentException Thrown when:
  • Custom parameter value is not a number or a string

See Also

Reference

Was this information helpful?