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


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

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

Name 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.

Classes that implement IMarker3DPlacement

Classes Description
CharacterMarker3DSymbol 3D Character Marker Symbol component.
Marker3DSymbol 3D Marker Symbol component.
SimpleMarker3DSymbol Simple 3D Marker Symbol component.

.NET Samples

Creating a toolbar of globe tools