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


IDimensionStyleDisplay.BaselineHeight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleDisplay Interface > IDimensionStyleDisplay.BaselineHeight Property
ArcGIS Developer Help

IDimensionStyleDisplay.BaselineHeight Property

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(
  System.Double* Height
);
[C++]
Parameters
Height [in]

Height is a parameter of type double Height [out, retval]
Height is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDimensionStyleDisplay Interface