ArcObjects Library Reference (Carto)  

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(
  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

IDimensionStyleDisplay Interface