This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the 3D marker symbol.
ICharacterMarker3DSymbol can be used to create a 3D marker symbol that uses the TrueType fonts or OpenType fonts. You can set/get the Font and CharacterIndex properties to control the font and glyph used. The VerticalOrientation property allows you to set/get the vertical orientation of the 3D character marker symbol.
Use the IMarker3DPlacement interface to set additional properties for ICharacterMarker3DSymbol.
Name | Description | |
---|---|---|
Angle | Marker symbol angle. | |
CharacterIndex | Character index within font. | |
Color | Marker symbol color. | |
Font | Font used for character symbol. | |
Size | Marker symbol size. | |
VerticalOrientation | Indicates whether character is oriented vertically. | |
XOffset | Symbol X-axis offset from point location. | |
YOffset | Symbol Y-axis offset from point location. |
Interfaces | Description |
---|---|
IMarkerSymbol | Provides access to members that control marker symbols. |
Classes | Description |
---|---|
CharacterMarker3DSymbol | 3D Character Marker Symbol component. |