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


ICharacterMarker3DSymbol Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICharacterMarker3DSymbol Interface
ArcGIS Developer Help

ICharacterMarker3DSymbol Interface

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

Name Description
Read/write property Angle Marker symbol angle.
Read/write property CharacterIndex Character index within font.
Read/write property Color Marker symbol color.
Read/write property Font Font used for character symbol.
Read/write property Size Marker symbol size.
Read/write property VerticalOrientation Indicates whether character is oriented vertically.
Read/write property XOffset Symbol X-axis offset from point location.
Read/write property YOffset Symbol Y-axis offset from point location.

Inherited Interfaces

Interfaces Description
IMarkerSymbol Provides access to members that control marker symbols.

Classes that implement ICharacterMarker3DSymbol

Classes Description
CharacterMarker3DSymbol 3D Character Marker Symbol component.