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


IFeatureFindData.ActiveView Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureFindData Interface > IFeatureFindData.ActiveView Property
ArcGIS Developer Help

IFeatureFindData.ActiveView Property

The active view.

[Visual Basic .NET]
Public Property ActiveView As IActiveView
[C#]
public IActiveView ActiveView {get; set;}
[C++]
HRESULT putref_ActiveView(
  IActiveView* ppActiveView
);
[C++]
Parameters
ppActiveView [in]

ppActiveView is a parameter of type IActiveView*

Product Availability

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

Description

A reference to the active view.

See Also

IFeatureFindData Interface