Share

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

Syntax

C#

public DisplayStyle GetDisplayStyleProfile(
	PipeDisplayStyleProfileType component
)

VB

Public Function GetDisplayStyleProfile ( 
	component As PipeDisplayStyleProfileType
) As DisplayStyle

C++

public:
DisplayStyle^ GetDisplayStyleProfile(
	PipeDisplayStyleProfileType component
)

Parameters

component  PipeDisplayStyleProfileType
The pipe display component to get.

Return Value

DisplayStyle

See Also

Reference

Was this information helpful?