Share

SettingsRoot.GetSettings<T> Method

Gets feature settings or command settings by specifying a type.



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

Syntax

C#

public T GetSettings<T>()
where T : SettingsAmbient

VB

Public Function GetSettings(Of T As SettingsAmbient) As T

C++

public:
generic<typename T>
where T : SettingsAmbient
T GetSettings()

Type Parameters

T

Return Value

T

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the specified type cannot be found.

See Also

Reference

Was this information helpful?