SettingsRootGetSettingsT Method

Gets feature settings or command settings by specifying a type.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public T GetSettings<T>()
where T : SettingsAmbient

Type Parameters

T

Return Value

T
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the specified type cannot be found.
See Also