Constructor BuildingWireframeFilterMode
BuildingWireframeFilterMode()
Initializes a new instance of the BuildingWireframeFilterMode class.
Declaration
public BuildingWireframeFilterMode()
Remarks
Default edges will be set when using this constructor. The default edges are semitransparent gray with 1 DIP wide edges.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |
BuildingWireframeFilterMode(SymbolLayerEdges3D)
Initializes a new instance of the BuildingWireframeFilterMode class with the specified edges.
Declaration
public BuildingWireframeFilterMode(SymbolLayerEdges3D edges)
Parameters
| Type | Name | Description |
|---|---|---|
| SymbolLayerEdges3D | edges | The type of edges to use. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |