WatershedBaseStyleHatchPattern Property

Note: This API is now obsolete.

Gets or sets the hatch pattern by name for watershed style.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.WatershedBaseStyle.Hatch instead.", 
	false)]
public string HatchPattern { get; set; }

Property Value

String
Exceptions
ExceptionCondition
ArgumentException Thrown when the hatch pattern name is invalid or does not existed.
See Also