Visual Basic (Declaration) | |
---|---|
Public Property ReferenceScale As Nullable(Of Double) |
C# | |
---|---|
public Nullable<double> ReferenceScale {get; set;} |
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.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8