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


IImageView.Adaptive Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL* pAdpative
);
[C++]
HRESULT put_Adaptive(
  VARIANT_BOOL pAdpative
);
[C++]

Parameters pAdpative [out, retval] pAdpative is a parameter of type VARIANT_BOOL pAdpative [in] pAdpative is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IImageView Interface