SectionStyleGetDisplayStyleSection Method |
Gets the DisplayStyle object that specifies section display properties for the Section component.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic DisplayStyle GetDisplayStyleSection(
SectionDisplayStyleSectionType type
)
Public Function GetDisplayStyleSection (
type As SectionDisplayStyleSectionType
) As DisplayStyle
public:
DisplayStyle^ GetDisplayStyleSection(
SectionDisplayStyleSectionType type
)
Parameters
- type SectionDisplayStyleSectionType
-
Return Value
DisplayStyle
See Also