Share

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

Syntax

C#

public DisplayStyle GetDisplayStyleSection(
	SectionDisplayStyleSectionType type
)

VB

Public Function GetDisplayStyleSection ( 
	type As SectionDisplayStyleSectionType
) As DisplayStyle

C++

public:
DisplayStyle^ GetDisplayStyleSection(
	SectionDisplayStyleSectionType type
)

Parameters

type  SectionDisplayStyleSectionType
 

Return Value

DisplayStyle

See Also

Reference

Was this information helpful?