SettingsRootGetSettingsT Method |
Gets feature settings or command settings by specifying a type.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic T GetSettings<T>()
where T : SettingsAmbient
Public Function GetSettings(Of T As SettingsAmbient) As T
public:
generic<typename T>
where T : SettingsAmbient
T GetSettings()
Type Parameters
- T
Return Value
T
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the specified type cannot be found.
|
See Also