Gets the DisplayStyle object that specifies plan display properties for the SheetStyle component.

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

Syntax

C#
public DisplayStyle GetDisplayPlan(
	GroupPlotDisplayStyleType type
)
Visual Basic
Public Function GetDisplayPlan ( _
	type As GroupPlotDisplayStyleType _
) As DisplayStyle
Visual C++
public:
DisplayStyle^ GetDisplayPlan(
	GroupPlotDisplayStyleType type
)

See Also