Mercury API
Reader..::.Setting Constructor (name, type, value, writeable)
NamespacesThingMagicReader..::.SettingReader..::.Setting(String, Type, Object, Boolean)
Create a parameter object, which includes parameter value and metadata.
Declaration Syntax
C#Visual BasicVisual C++
public Setting(
	string name,
	Type type,
	Object value,
	bool writeable
)
Public Sub New ( _
	name As String, _
	type As Type, _
	value As Object, _
	writeable As Boolean _
)
public:
Setting(
	String^ name, 
	Type^ type, 
	Object^ value, 
	bool writeable
)
Parameters
name (String)
Name of parameter
type (Type)
Data type; e.g., typeof(int)
value (Object)
Stored value
writeable (Boolean)
Allow write access?

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)