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