Share

MassHaulLineStyle.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.8.0.280

Syntax

C#

public HatchDisplayStyle GetHatchDisplayStyleProfile(
	MassHaulLineHatchDisplayStyleType type
)

VB

Public Function GetHatchDisplayStyleProfile ( 
	type As MassHaulLineHatchDisplayStyleType
) As HatchDisplayStyle

C++

public:
HatchDisplayStyle^ GetHatchDisplayStyleProfile(
	MassHaulLineHatchDisplayStyleType type
)

Parameters

type  MassHaulLineHatchDisplayStyleType
The type of HatchDisplayStyle to get.

Return Value

HatchDisplayStyle

See Also

Reference

Was this information helpful?