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


ILegendClassFormat.PatchHeight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendClassFormat Interface > ILegendClassFormat.PatchHeight Property
ArcGIS Developer Help

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(
  System.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