Gets the DisplayStyle object for survey figure style plan view.

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

Syntax

C#
public DisplayStyle GetDisplayStylePlan(
	SurveyFigureDisplayType displayType
)
Visual Basic
Public Function GetDisplayStylePlan ( _
	displayType As SurveyFigureDisplayType _
) As DisplayStyle
Visual C++
public:
DisplayStyle^ GetDisplayStylePlan(
	SurveyFigureDisplayType displayType
)

Parameters

displayType
Type: Autodesk.Civil.DatabaseServices.Styles..::..SurveyFigureDisplayType
The type of DisplayStyle to get.

See Also