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