ArcObjects Library Reference (3DAnalyst)  

IMarker3DPlacement Interface

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
Read/write property Angle Marker symbol angle.
Method ApplyToPoint Applies symbol construction to original shape.
Read/write property Color Marker symbol color.
Read/write property Depth The depth value.
Read/write property MaintainAspectRatio Indicates if the marker maintains its dimensions based on size.
Read/write property NormalizedOriginOffset Normalized offset vector defining the origin within the MBB relative to lower-left corner.
Method QueryRotationAngles Gets the rotation angles for each axis.
Method SetRotationAngles Sets the rotation angles for each axis.
Read-only property Shape Marker's shape.
Read/write property Size Marker symbol size.
Read/write property Units The size units.
Read/write property Width The width value.
Read/write property XOffset Symbol X-axis offset from point location.
Read/write property YOffset Symbol Y-axis offset from point location.
Read/write property 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.