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,
VARIANT_BOOL* pbNear
);
[C++]Parameters
pOtherpOther is a parameter of type IGeometry
distance distance is a parameter of type double pbNear [out, retval] pbNear is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.