Gets feature settings or command settings by specifying a type.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the specified type cannot be found. |