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


IMapDescriptor.KeepAspectRatio Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapDescriptor.KeepAspectRatio Property

Indicates whether of not to maintain the aspect ratio.

[Visual Basic .NET]
Public Property KeepAspectRatio As Boolean
[C#]
public bool KeepAspectRatio {get; set;}
[C++]
HRESULT get_KeepAspectRatio(
  VARIANT_BOOL* keep
);
[C++]
HRESULT put_KeepAspectRatio(
  VARIANT_BOOL keep
);
[C++]

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

Product Availability

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

See Also

IMapDescriptor Interface