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


IGSParcel.CalcRoadLines Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSParcel Interface > IGSParcel.CalcRoadLines Method
ArcGIS Developer Help

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