ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* pBoldFont
);
[C++]
HRESULT put_BoldFont(
  VARIANT_BOOL pBoldFont
);
[C++]

Parameters

pBoldFont [out, retval]   pBoldFont is a parameter of type VARIANT_BOOL pBoldFont [in]   pBoldFont is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IText3DElement Interface