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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Dictionary<string, Object> CustomParameterValues { get; set; }
Public Property CustomParameterValues As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ CustomParameterValues {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
Property Value
DictionaryString,
Object
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- Custom parameter value is not a number or a string
|
See Also