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