This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleDisplay Interface > IDimensionStyleDisplay.BaselineHeight Property (ArcObjects .NET 10.4 SDK) |
Height of the construction for creating baseline dimensions with this style.
[Visual Basic .NET] Public Property BaselineHeight As Double
[C#] public double BaselineHeight {get; set;}
[C++]
HRESULT get_BaselineHeight(
double* Height
);
[C++]
HRESULT put_BaselineHeight(
double Height
);
[C++]
Parameters Height [out, retval] Height is a parameter of type double Height [in] Height is a parameter of type double