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


IImageView.Adaptive Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

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