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


ILegendClassFormat.PatchHeight Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILegendClassFormat.PatchHeight Property

Height of the patch in points.

[Visual Basic .NET]
Public Property PatchHeight As Double
[C#]
public double PatchHeight {get; set;}
[C++]
HRESULT get_PatchHeight(
  double* Height
);
[C++]
HRESULT put_PatchHeight(
  double Height
);
[C++]

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

Product Availability

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

See Also

ILegendClassFormat Interface