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


ISimpleMarker3DSymbol.Style Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISimpleMarker3DSymbol.Style Property

Marker style.

[Visual Basic .NET]
Public Property Style As esriSimple3DMarkerStyle
[C#]
public esriSimple3DMarkerStyle Style {get; set;}
[C++]
HRESULT get_Style(
  esriSimple3DMarkerStyle* Style
);
[C++]
HRESULT put_Style(
  esriSimple3DMarkerStyle Style
);
[C++]

Parameters Style [out, retval]
Style is a parameter of type esriSimple3DMarkerStyle Style [in]
Style is a parameter of type esriSimple3DMarkerStyle

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISimpleMarker3DSymbol Interface

.NET Snippets

Add Graphics Layer to Globe

.NET Samples

Creating a toolbar of globe tools (Code Files: PointElement)