ArcObjects Library Reference (3DAnalyst)  

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