Gets the DisplayStyle object that defines the Plan style for the component indicated by the specified StructureDisplayStylePlanType value.

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

Syntax

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

Parameters

component
Type: Autodesk.Civil.DatabaseServices.Styles..::..StructureDisplayStylePlanType
The Structure display component to get.

See Also