C#
VB
C++
Sets the property values and fires a notify property change event if required.
protected virtual void SetValue<T>(
ref T destination,
T value,
string name
)
Protected Sub SetValue(Of T)( _
ByRef destination As T, _
ByVal value As T, _
ByVal name As String _
)
protected:
void SetValuegeneric<typename T>
(
_T^_% destination,
_T^_ value,
String^ name
)
destination
The output variable to be updated with the new value.
value
The value of the property.
name
The name of the property.
T
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET