Gets the DisplayStyle object that defines the Section style for the component indicated by the specified PipeDisplayStyleSectionType value.

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

Syntax

C#
public DisplayStyle GetDisplayStyleSection(
	PipeDisplayStyleSectionType component
)
Visual Basic
Public Function GetDisplayStyleSection ( _
	component As PipeDisplayStyleSectionType _
) As DisplayStyle
Visual C++
public:
DisplayStyle^ GetDisplayStyleSection(
	PipeDisplayStyleSectionType component
)

Parameters

component
Type: Autodesk.Civil.DatabaseServices.Styles..::..PipeDisplayStyleSectionType
The pipe display component to get.

See Also