This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILineResequencer Interface > ILineResequencer.AddLine Method (ArcObjects .NET 10.4 SDK) |
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