Share

SurveyFigureStyle.GetDisplayStylePlan Method

Gets the DisplayStyle object for survey figure style plan view.



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

Syntax

C#

public DisplayStyle GetDisplayStylePlan(
	SurveyFigureDisplayType displayType
)

VB

Public Function GetDisplayStylePlan ( 
	displayType As SurveyFigureDisplayType
) As DisplayStyle

C++

public:
DisplayStyle^ GetDisplayStylePlan(
	SurveyFigureDisplayType displayType
)

Parameters

displayType  SurveyFigureDisplayType
The type of DisplayStyle to get.

Return Value

DisplayStyle

See Also

Reference

Was this information helpful?