GetDisplayStyleProfile Method

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

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

Syntax

C#

public DisplayStyle GetDisplayStyleProfile(
	StructureDisplayStyleProfileType component
)

Visual Basic

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

Visual C++

public:
DisplayStyle^ GetDisplayStyleProfile(
	StructureDisplayStyleProfileType component
)

Parameters

component
Type: Autodesk.Civil.DatabaseServices.Styles.StructureDisplayStyleProfileType
The Structure display component to get.

See Also