ArcObjects Library Reference (CadastralUI)  

ICadastralFixedPoints.SetFixedPoint Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralFixedPoints Interface