GetHatchStyleProfile Method

Gets the HatchDisplayStyle object that defines the Profile style for the component indicated by the specified PipeHatchStyleProfileType value.

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

Syntax

C#

public HatchDisplayStyle GetHatchStyleProfile(
	PipeHatchStyleProfileType component
)

Visual Basic

Public Function GetHatchStyleProfile ( _
	component As PipeHatchStyleProfileType _
) As HatchDisplayStyle

Visual C++

public:
HatchDisplayStyle^ GetHatchStyleProfile(
	PipeHatchStyleProfileType component
)

Parameters

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

See Also