HatchDisplayStyleHatchType Property |
Gets or sets the HatchType enum value that specifies the pattern as one of:
user-defined, pre-defined, custom defined, or solid filled.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic HatchType HatchType { get; set; }
Public Property HatchType As HatchType
Get
Set
public:
property HatchType HatchType {
HatchType get ();
void set (HatchType value);
}
Property Value
HatchType
See Also