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


IPictureElement3.PictureAspectRatio Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPictureElement3 Interface > IPictureElement3.PictureAspectRatio Property
ArcGIS Developer Help

IPictureElement3.PictureAspectRatio Property

Filter used in CFileDialog.

[Visual Basic .NET]
Public ReadOnly Property PictureAspectRatio As Double
[C#]
public double PictureAspectRatio {get;}
[C++]
HRESULT get_PictureAspectRatio(
  System.Double* ratio
);
[C++]
Parameters
ratio [out, retval]

ratio is a parameter of type double*

Product Availability

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

See Also

IPictureElement3 Interface