Show / Hide Table of Contents

Constructor SymbolLayerEdges3D

SymbolLayerEdges3D()

Initializes a new instance of the SymbolLayerEdges3D class with solid style and default values for color (black) and width (1).

Declaration
public SymbolLayerEdges3D()

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.5 - 200.7
.NET200.5 - 200.7
.NET Windows200.5 - 200.7
.NET Android200.5 - 200.7
.NET iOS200.5 - 200.7
.NET Framework200.5 - 200.7
UWP200.5 - 200.7

SymbolLayerEdges3D(Color, Double)

Initializes a new instance of the SymbolLayerEdges3D class with the given color and width using a solid style.

Declaration
public SymbolLayerEdges3D(Color color, double width)
Parameters
Type Name Description
System.Drawing.Color color

The color of the edges.

System.Double width

The width of the edges in device-independent pixels.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.5 - 200.7
.NET200.5 - 200.7
.NET Windows200.5 - 200.7
.NET Android200.5 - 200.7
.NET iOS200.5 - 200.7
.NET Framework200.5 - 200.7
UWP200.5 - 200.7
In This Article
Back to top Copyright © 2022 Esri.