Share

PipeStyleOptionBase.HatchOptions Property

Specifies which components of the pipe shape display a hatch pattern.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PipeHatchType HatchOptions { get; set; }

VB

Public Property HatchOptions As PipeHatchType
	Get
	Set

C++

public:
property PipeHatchType HatchOptions {
	PipeHatchType get ();
	void set (PipeHatchType value);
}

Property Value

PipeHatchType

See Also

Reference

Was this information helpful?