Share

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

Syntax

C#

public HatchDisplayStyle GetHatchStyleProfile(
	PipeHatchStyleProfileType component
)

VB

Public Function GetHatchStyleProfile ( 
	component As PipeHatchStyleProfileType
) As HatchDisplayStyle

C++

public:
HatchDisplayStyle^ GetHatchStyleProfile(
	PipeHatchStyleProfileType component
)

Parameters

component  PipeHatchStyleProfileType
The pipe hatch component to get.

Return Value

HatchDisplayStyle

See Also

Reference

Was this information helpful?