ESRI.ArcGIS.ADF.IMS
CrossHashVisible Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > HashLineSymbol Class : CrossHashVisible Property




Gets or sets whether to draw the line with or without a cross hash.

Syntax

Visual Basic (Declaration) 
Public Property CrossHashVisible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As HashLineSymbol
Dim value As Boolean
 
instance.CrossHashVisible = value
 
value = instance.CrossHashVisible
C# 
public bool CrossHashVisible {get; set;}

Example

For an example of using this property, see the overview of this class.

Remarks

This property should be set to true unless you are using a second line symbol for the line layer. A smoothing algorithm is used on the hash line to get a better hash effect. If a second line symbol is also used, the smoothing algorithm is not applied, and this line will not overlay exactly with the hashline. In order to make the second line overlay the hashline, use HashLineSymbol and set CrossHashVisible to false.

Default is True.

See Also

© 2010 All Rights Reserved.