This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendClassFormat Interface > ILegendClassFormat.PatchHeight Property (ArcObjects .NET 10.5 SDK) |
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