GetDisplayStyleProfile Method

Gets the DisplayStyle object that defines the Profile style for the component indicated by the specified PipeDisplayStyleProfileType value.

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

Syntax

C#

public DisplayStyle GetDisplayStyleProfile(
	PipeDisplayStyleProfileType component
)

Visual Basic

Public Function GetDisplayStyleProfile ( _
	component As PipeDisplayStyleProfileType _
) As DisplayStyle

Visual C++

public:
DisplayStyle^ GetDisplayStyleProfile(
	PipeDisplayStyleProfileType component
)

Parameters

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

See Also