Share

ProjectionStyle.GetDisplayStyleSection Method

Gets the DisplayStyle object that specifies section display properties.



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

Syntax

C#

public DisplayStyle GetDisplayStyleSection(
	ProjectionDisplayStyleSectionType type
)

VB

Public Function GetDisplayStyleSection ( 
	type As ProjectionDisplayStyleSectionType
) As DisplayStyle

C++

public:
DisplayStyle^ GetDisplayStyleSection(
	ProjectionDisplayStyleSectionType type
)

Parameters

type  ProjectionDisplayStyleSectionType
The type of DisplayStyle to get.

Return Value

DisplayStyle

See Also

Reference

Was this information helpful?