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