GetDisplayStyleSection Method

Gets the DisplayStyle object that specifies section display properties for the Section component.

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

Syntax

C#

public DisplayStyle GetDisplayStyleSection(
	SectionDisplayStyleSectionType type
)

Visual Basic

Public Function GetDisplayStyleSection ( _
	type As SectionDisplayStyleSectionType _
) As DisplayStyle

Visual C++

public:
DisplayStyle^ GetDisplayStyleSection(
	SectionDisplayStyleSectionType type
)

See Also