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


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

ITinEdit.SetTrianglesInsideDataArea Method

Sets all triangles within the TIN interpolation zone.

[Visual Basic .NET]
Public Sub SetTrianglesInsideDataArea ( _
)
[C#]
public void SetTrianglesInsideDataArea (
);
[C++]
HRESULT SetTrianglesInsideDataArea(
void
);

Product Availability

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

See Also

ITinEdit Interface