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


ILineResequencer.AddLine Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILineResequencer Interface > ILineResequencer.AddLine Method
ArcGIS Developer Help

ILineResequencer.AddLine Method

Add a single line to the resequencer. lineID needs to be unique.

[Visual Basic .NET]
Public Sub AddLine ( _
    ByVal pLine As ICurve, _
    ByVal lineID As Integer, _
    ByVal eCategory As esriCadastralLineCategory _
)
[C#]
public void AddLine (
    ICurve pLine,
    int lineID,
    esriCadastralLineCategory eCategory
);
[C++]
HRESULT AddLine(
  ICurve* pLine,
  long lineID,
  esriCadastralLineCategory eCategory
);
[C++]
Parameters
pLine [in]

pLine is a parameter of type ICurve* lineID [in]
lineID is a parameter of type long eCategory [in]
eCategory is a parameter of type esriCadastralLineCategory

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILineResequencer Interface