ArcObjects Library Reference  (Carto)    

IBoundsProperties.FixedAspectRatio Property

Indicates if the bounds has a fixed aspect ratio.

[Visual Basic 6.0]
Property FixedAspectRatio As Boolean
[Visual Basic .NET]
Public Property FixedAspectRatio As Boolean
[C#]
public bool FixedAspectRatio {get; set;}
[Java]
public boolean isFixedAspectRatio()
throws
    IOException,
    AutomationException
[Java]
public void setFixedAspectRatio(
boolean FixedAspectRatio
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_FixedAspectRatio(
  VARIANT_BOOL* flag
);
[C++]
HRESULT put_FixedAspectRatio(
  VARIANT_BOOL flag

);

[C++]

Parameters

flag [out, retval]

  flag is a parameter of type VARIANT_BOOL

flag [in]

  flag is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IBoundsProperties Interface