TurnoutCreationParamsCustomParameterValues 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.292
Syntax
public Dictionary<string, Object> CustomParameterValues { get; set; }

Property Value

DictionaryString, Object
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  • Custom parameter value is not a number or a string
See Also