ArcObjects Library Reference (DefenseSolutions)  

IAttributeText2.Height Property

The height of the text, expressed in map units.

[Visual Basic .NET]
Public Property Height As Double
[C#]
public double Height {get; set;}
[C++]
HRESULT get_Height(
  double* dHeight
);
[C++]
HRESULT put_Height(
  double dHeight
);
[C++]

Parameters

dHeight [out, retval]   dHeight is a parameter of type double dHeight [in]   dHeight is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IAttributeText2 Interface