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


ITinEdgeArray.Insert Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdgeArray Interface > ITinEdgeArray.Insert Method
ArcGIS Developer Help

ITinEdgeArray.Insert Method

Restricted.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal pEdge As ITinEdge _
)
[C#]
public void Insert (
    int Index,
    ITinEdge pEdge
);
[C++]
HRESULT Insert(
  long Index,
  ITinEdge* pEdge
);
[C++]
Parameters
Index [in]

Index is a parameter of type long pEdge [in]
pEdge is a parameter of type ITinEdge*

Product Availability

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

See Also

ITinEdgeArray Interface