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


INewEnvelopeFeedback2.AspectRatio Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewEnvelopeFeedback2 Interface > INewEnvelopeFeedback2.AspectRatio Property
ArcGIS Developer Help

INewEnvelopeFeedback2.AspectRatio Property

The aspect ratio for the custom constraint type.

[Visual Basic .NET]
Public Property AspectRatio As Double
[C#]
public double AspectRatio {get; set;}
[C++]
HRESULT get_AspectRatio(
  System.Double* AspectRatio
);
[C++]
HRESULT put_AspectRatio(
  double AspectRatio
);
[C++]
Parameters
AspectRatio [out, retval]

AspectRatio is a parameter of type double* AspectRatio [in]
AspectRatio is a parameter of type double

Product Availability

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

See Also

INewEnvelopeFeedback2 Interface