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 > ILegendFormat2 Interface > ILegendFormat2.DefaultPatchHeight Property (ArcObjects .NET 10.5 SDK) |
Patch height in points. Can be overridden by the LegendItem.
[Visual Basic .NET] Public Property DefaultPatchHeight As Double
[C#] public double DefaultPatchHeight {get; set;}
[C++]
HRESULT get_DefaultPatchHeight(
double* Height
);
[C++]
HRESULT put_DefaultPatchHeight(
double Height
);
[C++]
Parameters Height [out, retval] Height is a parameter of type double Height [in] Height is a parameter of type double