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(
VARIANT_BOOL* pbIsOn
);
[C++]Parameters
pbIsOn [out, retval] pbIsOn is a parameter of type VARIANT_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.