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


ITinNode2.IsOnDomainBoundary Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNode2 Interface > ITinNode2.IsOnDomainBoundary Property
ArcGIS Developer Help

ITinNode2.IsOnDomainBoundary Property

Indicates if the specified node is on domain's boundary.

[Visual Basic .NET]
Public ReadOnly Property IsOnDomainBoundary As Boolean
[C#]
public bool IsOnDomainBoundary {get;}
[C++]
HRESULT get_IsOnDomainBoundary(
  Boolean* pbIsOn
);
[C++]
Parameters
pbIsOn [out, retval]

pbIsOn is a parameter of type bool*

Product Availability

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

Description

The TIN's domain is the same thing as its interpolation zone. IsOnDomainBoundary returns TRUE if the node is on this boundary, separating data from nodata areas.

See Also

ITinNode2 Interface