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


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

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