ArcGIS Runtime SDK for WPF - Library Reference
ReferenceScale Property
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > HydrographicS57Layer Class : ReferenceScale Property

Gets or sets a layer-wide reference scale for all S-57 Cells in this HydrographicS57Layer instance.

Syntax

Visual Basic (Declaration) 
Public Property ReferenceScale As Nullable(Of Double)
C# 
public Nullable<double> ReferenceScale {get; set;}

Remarks

By default the reference scale for each individual S-57 Cell is automatically calculated based on the Cell's compilation scale. However, in some situations it may be necessary to override the default scale and set an alternative scale value. This value will be applied to every cell in the layer. To clear a previously defined reference scale, set the property to null.

Property Value

A Nullable Double representing the reference scale. If a Null value is set, the reference scale for each S-57 Cell will be automatically calculated.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.