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


ISimpleMarker3DSymbol.Style Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISimpleMarker3DSymbol Interface > ISimpleMarker3DSymbol.Style Property
ArcGIS Developer Help

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 Samples

Creating a toolbar of globe tools