This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageView Interface > IImageView.Adaptive Property (ArcObjects .NET 10.4 SDK) |
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