CADability dotNET
Refreshes the display of the point with the given index.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void Refresh(
	int Index
)
Visual Basic
Public Sub Refresh ( _
	Index As Integer _
)
Visual C++
public:
void Refresh(
	int Index
)

Parameters

Index
Type: System..::..Int32
index of point to refresh

See Also