ArcObjects Library Reference (CadastralUI)  

IParcelConstruction4.Planarize Method

Planarize lines (construction mode only). A tolerance of zero uses the fabric's tolerance.

[Visual Basic .NET]
Public Function Planarize ( _
    ByVal Tolerance As Double _
) As Boolean
[C#]
public bool Planarize (
    double Tolerance
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction4 Interface