This document is archived and information here might be outdated.  Recommended version.


ICadastralFixedPoints.SetFixedPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralFixedPoints Interface > ICadastralFixedPoints.SetFixedPoint Method
ArcGIS Developer Help

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