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


ICharacterMarker3DSymbol.Font Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ICharacterMarker3DSymbol.Font Property

Font used for character symbol.

[Visual Basic .NET]
Public Property Font As stdole.IFontDisp
[C#]
public stdole.IFontDisp Font {get; set;}
[C++]
HRESULT get_Font(
  Font** fontDisp
);
[C++]
HRESULT put_Font(
  Font* fontDisp
);
[C++]

Parameters fontDisp [out, retval]
fontDisp is a parameter of type Font fontDisp [in]
fontDisp is a parameter of type Font

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Description

Font is the font object (IFontDisp with a StdFont coClass) used by an ICharacterMarker3DSymbol.

See Also

ICharacterMarker3DSymbol Interface