This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMarker3DPlacement Interface > IMarker3DPlacement.MaintainAspectRatio Property (ArcObjects .NET 10.4 SDK) |
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