Click or drag to resize

ObservableObjectSetValueT Method

[Missing <summary> documentation for "M:Rubedos.RosToolsApplicationBase.Pointcloud.ObservableObject.SetValue``1(``0@,``0,System.String)"]

Namespace:  Rubedos.RosToolsApplicationBase.Pointcloud
Assembly:  Rubedos.RosToolsApplicationBase (in Rubedos.RosToolsApplicationBase.dll) Version: 1.0.0.2330 (1.0.00000.2330)
Syntax
C#
protected bool SetValue<T>(
	ref T backingField,
	T value,
	string propertyName = ""
)

Parameters

backingField
Type: T

[Missing <param name="backingField"/> documentation for "M:Rubedos.RosToolsApplicationBase.Pointcloud.ObservableObject.SetValue``1(``0@,``0,System.String)"]

value
Type: T

[Missing <param name="value"/> documentation for "M:Rubedos.RosToolsApplicationBase.Pointcloud.ObservableObject.SetValue``1(``0@,``0,System.String)"]

propertyName (Optional)
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Rubedos.RosToolsApplicationBase.Pointcloud.ObservableObject.SetValue``1(``0@,``0,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Rubedos.RosToolsApplicationBase.Pointcloud.ObservableObject.SetValue``1(``0@,``0,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rubedos.RosToolsApplicationBase.Pointcloud.ObservableObject.SetValue``1(``0@,``0,System.String)"]

See Also