Share

Turnout.GetCustomParameters Method

Get all custom parameters from turnout settings.



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

Syntax

C#

public string[] GetCustomParameters()

VB

Public Function GetCustomParameters As String()

C++

public:
array<String^>^ GetCustomParameters()

Return Value

String

Remarks

This method gets name list for all custom parameters from turnout settings.

See Also

Reference

Was this information helpful?