ArcObjects Library Reference (Display) |
|
ICharacterMarkerSymbol.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(
IFontDisp** fontDisp
);
[C++]
HRESULT put_Font(
IFontDisp* fontDisp
);
[C++]
Parameters
fontDisp [out, retval]
fontDisp is a parameter of type IFontDisp**
fontDisp [in]
fontDisp is a parameter of type IFontDisp*
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Font is the font object (IFontDisp with a StdFont coClass) used by an ICharacterMarkerSymbol .
See Also
ICharacterMarkerSymbol Interface
.NET Snippets
Create Character Marker Symbol
.NET Samples
Dynamic biking (Code Files:
DynamicBikingCmd) |
Dynamic display layer (Code Files:
MyDynamicLayerClass) |
GraphicTracker with the map (Code Files:
GTMapForm) |
Geoevents in a MapControl (Code Files:
GeoEvents) |
Triangle graphic element (Code Files:
TriangleElementClass)
.NET Related Topics
Getting started with dynamic display |
How to connect to ArcGIS Tracking Server |
Implementing persistence