Show / Hide Table of Contents

Constructor SymbolReferenceProperties

SymbolReferenceProperties()

Initializes a new instance of the SymbolReferenceProperties class.

Declaration
public SymbolReferenceProperties()

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.13 - 200.2
.NET 6.0100.13 - 200.2
.NET 6.0 Windows100.13 - 200.2
.NET 6.0 Android200.0 - 200.2
.NET 6.0 iOS200.0 - 200.2
.NET Framework100.13 - 200.2
Android100.13 - 100.15
iOS100.13 - 100.15
UWP100.13 - 200.2

SymbolReferenceProperties(Double, Double)

Initializes a new instance of the SymbolReferenceProperties class with minimum and maximum scales.

Declaration
public SymbolReferenceProperties(double minScale, double maxScale)
Parameters
Type Name Description
Double minScale

Scale at which the symbol starts rendering.

Double maxScale

Scale at which the symbol stops rendering.

Remarks

Minimum and maximum scale values are used in the context of alternate symbols defined for a ClassBreak or a UniqueValue.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.13 - 200.2
.NET 6.0100.13 - 200.2
.NET 6.0 Windows100.13 - 200.2
.NET 6.0 Android200.0 - 200.2
.NET 6.0 iOS200.0 - 200.2
.NET Framework100.13 - 200.2
Android100.13 - 100.15
iOS100.13 - 100.15
UWP100.13 - 200.2
In This Article
Back to top Copyright © 2022 Esri.