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


ICartographicMarkerSymbol.YScale Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

ICartographicMarkerSymbol.YScale Property

Symbol scale along Y-axis.

[Visual Basic .NET]
Public Property YScale As Double
[C#]
public double YScale {get; set;}
[C++]
HRESULT get_YScale(
  System.Double* YScale
);
[C++]
HRESULT put_YScale(
  double YScale
);
[C++]

Parameters YScale [out, retval]
YScale is a parameter of type double* YScale [in]
YScale is a parameter of type double

Product Availability

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

Description

Scales the height of the Marker.

See Also

ICartographicMarkerSymbol Interface