ArcObjects Library Reference (3DAnalyst)  

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