ArcObjects Library Reference (Carto)  

IMXFeatureFindData.ActiveView Property

The active view.

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

Parameters

ppActiveView [out, retval]

  ppActiveView is a parameter of type IActiveView

ppActiveView [in]

  ppActiveView is a parameter of type IActiveView

Product Availability

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

See Also

IMXFeatureFindData Interface