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


ITinPolygon.GetBoundaryEdgeType Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinPolygon.GetBoundaryEdgeType Method

Restricted.

[Visual Basic .NET]
Public Sub GetBoundaryEdgeType ( _
    ByRef pType As esriTinEdgeType _
)
[C#]
public void GetBoundaryEdgeType (
    ref esriTinEdgeType pType
);
[C++]
HRESULT GetBoundaryEdgeType(
  esriTinEdgeType* pType
);
[C++]

Parameters pType [out]
pType is a parameter of type esriTinEdgeType*

Product Availability

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

See Also

ITinPolygon Interface