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


IText3DElement.BoldFont Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.BoldFont Property
ArcGIS Developer Help

IText3DElement.BoldFont Property

Indicates if font style is bold.

[Visual Basic .NET]
Public Property BoldFont As Boolean
[C#]
public bool BoldFont {get; set;}
[C++]
HRESULT get_BoldFont(
  Boolean* pBoldFont
);
[C++]
HRESULT put_BoldFont(
  VARIANT_BOOL pBoldFont
);
[C++]
Parameters
pBoldFont [out, retval]

pBoldFont is a parameter of type bool* pBoldFont [in]
pBoldFont is a parameter of type bool

Product Availability

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

See Also

IText3DElement Interface