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


IGSParcel.CalcEasementLines Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoSurvey)  

IGSParcel.CalcEasementLines Method

Calculate parallel offset lines on both sides of the easement centerline.

[Visual Basic .NET]
Public Sub CalcEasementLines ( _
    ByVal startBrg As Double, _
    ByVal endBrg As Double, _
    ByVal roadWidth As Double, _
    ByVal Type As Integer _
)
[C#]
public void CalcEasementLines (
    double startBrg,
    double endBrg,
    double roadWidth,
    int Type
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSParcel Interface