Share

WatershedBaseStyle.HatchPattern 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.280

Syntax

C#

[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.WatershedBaseStyle.Hatch instead.", 
	false)]
public string HatchPattern { get; set; }

VB

<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.WatershedBaseStyle.Hatch instead.", 
	false)>
Public Property HatchPattern As String
	Get
	Set

C++

public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.WatershedBaseStyle.Hatch instead.", 
	false)]
property String^ HatchPattern {
	String^ get ();
	void set (String^ value);
}

Property Value

String

Exceptions

ExceptionCondition
ArgumentException Thrown when the hatch pattern name is invalid or does not existed.

See Also

Reference

Was this information helpful?