Gets the DisplayStyle object that defines the model style for the component indicated by the specified InterferenceDisplayStyleType value.

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

Syntax

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

Parameters

component
Type: Autodesk.Civil.DatabaseServices.Styles..::..InterferenceDisplayStyleType
The interference display component to get.

See Also