GetHatchDisplayStyleProfile Method

Gets the HatchDisplayStyle object that specifies profile display properties for the MassHaulLine component.

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

Syntax

C#

public HatchDisplayStyle GetHatchDisplayStyleProfile(
	MassHaulLineHatchDisplayStyleType type
)

Visual Basic

Public Function GetHatchDisplayStyleProfile ( _
	type As MassHaulLineHatchDisplayStyleType _
) As HatchDisplayStyle

Visual C++

public:
HatchDisplayStyle^ GetHatchDisplayStyleProfile(
	MassHaulLineHatchDisplayStyleType type
)

Parameters

type
Type: Autodesk.Civil.MassHaulLineHatchDisplayStyleType
The type of HatchDisplayStyle to get.

See Also