Gets feature settings or command settings by specifying a type.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public T GetSettings<T>()
where T : SettingsAmbient
Visual Basic
Public Function GetSettings(Of T As SettingsAmbient) As T
Visual C++
public:
generic<typename T>
where T : SettingsAmbient
T GetSettings()

Type Parameters

T

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the specified type cannot be found.

See Also