ArcObjects Library Reference (CadastralUI)  

ICadastralFixedPoints.GetFixedPoint Method

Mark a point fix so it will not be recalulated.

[Visual Basic .NET]
Public Function GetFixedPoint ( _
    ByVal id As Integer _
) As Boolean
[C#]
public bool GetFixedPoint (
    int id
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralFixedPoints Interface