Click or drag to resize

ISettingsGetSettingT Method

Gets a specific setting by section name and by setting name within a section

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
T GetSetting<T>(
	string sectionName,
	string settingName
)

Parameters

sectionName
Type: SystemString
Name of setting section
settingName
Type: SystemString
Name of setting within section

Type Parameters

T
Return type can only be boolean, interger, or string

Return Value

Type: T
Return type dependant on requested setting
See Also