Sets value of the attached QualityCoefficientProperty.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static void SetQualityCoefficient(
	Visual3D visual,
	double value
)
Visual Basic
Public Shared Sub SetQualityCoefficient ( _
	visual As Visual3D, _
	value As Double _
)
JScript
public static function SetQualityCoefficient(
	visual : Visual3D, 
	value : double
)

Parameters

visual
Type: System.Windows.Media.Media3D..::..Visual3D
Target to set the value.
value
Type: System..::..Double
Value of the attached property.

See Also