ESRI.ArcGIS.ADF.IMS
CrossHashVisible Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.