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.