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


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

IGSParcel.CalcRoadLines Method

Calculate the across road connection at this point.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGSParcel Interface