Share

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

Syntax

C#

public DisplayStyle GetDisplayStyleProfile(
	StructureDisplayStyleProfileType component
)

VB

Public Function GetDisplayStyleProfile ( 
	component As StructureDisplayStyleProfileType
) As DisplayStyle

C++

public:
DisplayStyle^ GetDisplayStyleProfile(
	StructureDisplayStyleProfileType component
)

Parameters

component  StructureDisplayStyleProfileType
The Structure display component to get.

Return Value

DisplayStyle

See Also

Reference

Was this information helpful?