This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNode2 Interface > ITinNode2.IsOnDomainBoundary Property (ArcObjects .NET 10.5 SDK) |
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
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.