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


IRelationalOperator3D2.IsNear3D Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IR > IRelationalOperator3D2 Interface > IRelationalOperator3D2.IsNear3D Method
ArcGIS Developer Help

IRelationalOperator3D2.IsNear3D Method

Indicates if this geometry is within distance from the other geometry; both geometries must have Zs.

[Visual Basic .NET]
Public Function IsNear3D ( _
    ByVal pOther As IGeometry, _
    ByVal distance As Double _
) As Boolean
[C#]
public bool IsNear3D (
    IGeometry pOther,
    double distance
);
[C++]
HRESULT IsNear3D(
  IGeometry* pOther,
  double distance
);
[C++]
Parameters
pOther 

pOther is a parameter of type IGeometry* distance
distance is a parameter of type double

Product Availability

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

See Also

IRelationalOperator3D2 Interface