ArcObjects Library Reference (3DAnalyst)  

IMarker3DPlacement.MaintainAspectRatio Property

Indicates if the marker maintains its dimensions based on size.

[Visual Basic .NET]
Public Property MaintainAspectRatio As Boolean
[C#]
public bool MaintainAspectRatio {get; set;}
[C++]
HRESULT get_MaintainAspectRatio(
  VARIANT_BOOL* bAspectRatio
);
[C++]
HRESULT put_MaintainAspectRatio(
  VARIANT_BOOL bAspectRatio
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IMarker3DPlacement Interface