This document is archived and information here might be outdated. Recommended version. |
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*
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.