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


IHit3DSet.Topmost Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IH > IHit3DSet Interface > IHit3DSet.Topmost Method
ArcGIS Developer Help

IHit3DSet.Topmost Method

Reduces the hit set to topmost hits.

[Visual Basic .NET]
Public Sub Topmost ( _
    ByVal factor As Double _
)
[C#]
public void Topmost (
    double factor
);
[C++]
HRESULT Topmost(
  double factor
);
[C++]
Parameters
factor [in]

factor is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IHit3DSet Interface