performs an update of all annotation objects

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

Syntax

C#
public void UpdateAnnotations(
	bool resort
)
Visual Basic
Public Sub UpdateAnnotations ( _
	resort As Boolean _
)
JScript
public function UpdateAnnotations(
	resort : boolean
)

Parameters

resort
Type: System..::..Boolean
Whether or not to re-sort the annotations

See Also