ArcObjects Library Reference (Display)  

INewEllipseFeedback.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(
  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

INewEllipseFeedback Interface