Provides access to members that control the 3D marker symbol.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
Description
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.
Members
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
IMarkerSymbol | Provides access to members that control marker symbols. |
CoClasses that implement ICharacterMarker3DSymbol
CoClasses and Classes | Description |
---|---|
CharacterMarker3DSymbol | 3D Character Marker Symbol component. |