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
TExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the specified type cannot be found. |