Share

PressurePipeStyleProfileOption.CrossingHatch Property

Gets or sets which components of a pressure pipe crossing display a hatch pattern.



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

Syntax

C#

public PressurePipeHatchType CrossingHatch { get; set; }

VB

Public Property CrossingHatch As PressurePipeHatchType
	Get
	Set

C++

public:
property PressurePipeHatchType CrossingHatch {
	PressurePipeHatchType get ();
	void set (PressurePipeHatchType value);
}

Property Value

PressurePipeHatchType

See Also

Reference

Was this information helpful?