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


ISimpleLine3DSymbol.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 > ISimpleLine3DSymbol Interface > ISimpleLine3DSymbol.Style Property
ArcGIS Developer Help

ISimpleLine3DSymbol.Style Property

Line style.

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

Style is a parameter of type esriSimple3DLineStyle* Style [in]
Style is a parameter of type esriSimple3DLineStyle

Product Availability

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

See Also

ISimpleLine3DSymbol Interface

.NET Samples

3D multipatch examples