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.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.13 - 200.8
Xamarin.Android100.13 - 100.15
Xamarin.iOS100.13 - 100.15
UWP100.13 - 200.8

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.

Exceptions
Type Condition
ArgumentException

Scale values must be non-negative numbers.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.13 - 200.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.13 - 200.8
Xamarin.Android100.13 - 100.15
Xamarin.iOS100.13 - 100.15
UWP100.13 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.