Share

PipeStyle.SectionCrossingHatch Property

Gets or sets the PipeHatchOptions object that specifies the style for the inside walls of pipe crossings displayed in section view.



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

Syntax

C#

public PipeHatchType SectionCrossingHatch { get; set; }

VB

Public Property SectionCrossingHatch As PipeHatchType
	Get
	Set

C++

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

Property Value

PipeHatchType

See Also

Reference

Was this information helpful?