This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICharacterMarker3DSymbol Interface (ArcObjects .NET 10.5 SDK) |
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.
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. |
CoClasses and Classes | Description |
---|---|
CharacterMarker3DSymbol | 3D Character Marker Symbol component. |