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


IImageView.Adaptive Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageView Interface > IImageView.Adaptive Property
ArcGIS Developer Help

IImageView.Adaptive Property

Indicates if view properties are adaptive to view content.

[Visual Basic .NET]
Public Property Adaptive As Boolean
[C#]
public bool Adaptive {get; set;}
[C++]
HRESULT get_Adaptive(
  Boolean* pAdpative
);
[C++]
HRESULT put_Adaptive(
  VARIANT_BOOL pAdpative
);
[C++]
Parameters
pAdpative [out, retval]

pAdpative is a parameter of type bool* pAdpative [in]
pAdpative is a parameter of type bool

Product Availability

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

See Also

IImageView Interface