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


ITinEdit.SetTrianglesInsideDataArea Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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