Gets the HatchDisplayStyle object that defines the profile style.

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

Syntax

C#
public HatchDisplayStyle GetHatchStyleProfile(
	PressurePipeHatchStyleProfileType component
)
Visual Basic
Public Function GetHatchStyleProfile ( _
	component As PressurePipeHatchStyleProfileType _
) As HatchDisplayStyle
Visual C++
public:
HatchDisplayStyle^ GetHatchStyleProfile(
	PressurePipeHatchStyleProfileType component
)

Parameters

component
Type: Autodesk.Civil.DatabaseServices.Styles..::..PressurePipeHatchStyleProfileType
The pressure pipe hatch component to get.

See Also