This document is archived and information here might be outdated. Recommended version. |
Mark a point fix so it will not be recalulated.
[Visual Basic .NET]
Public Sub SetFixedPoint ( _
ByVal Id As Integer, _
ByVal fixed As Boolean _
)
[C#]
public void SetFixedPoint (
int Id,
bool fixed
);