Gets or sets the hatch pattern by name for watershed style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.WatershedBaseStyle.Hatch instead.",
false)]
public string HatchPattern { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.WatershedBaseStyle.Hatch instead.", _
False)> _
Public Property HatchPattern As String
Get
Set |
Visual C++ |
---|
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.WatershedBaseStyle.Hatch instead.",
false)]
property String^ HatchPattern {
String^ get ();
void set (String^ value);
} |
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the hatch pattern name is invalid or does not existed.
|
See Also