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


IMarker3DPlacement.MaintainAspectRatio Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMarker3DPlacement Interface > IMarker3DPlacement.MaintainAspectRatio Property
ArcGIS Developer Help

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(
  Boolean* bAspectRatio
);
[C++]
HRESULT put_MaintainAspectRatio(
  VARIANT_BOOL bAspectRatio
);
[C++]
Parameters
bAspectRatio [out, retval]

bAspectRatio is a parameter of type bool* bAspectRatio [in]
bAspectRatio is a parameter of type bool

Product Availability

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

See Also

IMarker3DPlacement Interface