This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the simple 3D marker symbol origin.
The IMarker3DPlacement interface contains methods and properties which can be used to define the 3D placement of marker 3D symbols. The QueryRotationAngles and SetRotationAngles methods are used to get/set the rotation of the 3D marker symbol about the X, Y, and Z axis.
Name | Description | |
---|---|---|
Angle | Marker symbol angle. | |
ApplyToPoint | Applies symbol construction to original shape. | |
Color | Marker symbol color. | |
Depth | The depth value. | |
MaintainAspectRatio | Indicates if the marker maintains its dimensions based on size. | |
NormalizedOriginOffset | Normalized offset vector defining the origin within the MBB relative to lower-left corner. | |
QueryRotationAngles | Gets the rotation angles for each axis. | |
SetRotationAngles | Sets the rotation angles for each axis. | |
Shape | Marker's shape. | |
Size | Marker symbol size. | |
Units | The size units. | |
Width | The width value. | |
XOffset | Symbol X-axis offset from point location. | |
YOffset | Symbol Y-axis offset from point location. | |
ZOffset | The Z offset value. |
Interfaces | Description |
---|---|
IMarkerSymbol | Provides access to members that control marker symbols. |
Classes | Description |
---|---|
CharacterMarker3DSymbol | 3D Character Marker Symbol component. |
Marker3DSymbol | 3D Marker Symbol component. |
SimpleMarker3DSymbol | Simple 3D Marker Symbol component. |