PressurePipeStyleGetDisplayStylePlan Method |
Gets the DisplayStyle object that defines the plan style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1190
Syntaxpublic DisplayStyle GetDisplayStylePlan(
PressurePipeDisplayStylePlanType component
)
Public Function GetDisplayStylePlan (
component As PressurePipeDisplayStylePlanType
) As DisplayStyle
public:
DisplayStyle^ GetDisplayStylePlan(
PressurePipeDisplayStylePlanType component
)
Parameters
- component PressurePipeDisplayStylePlanType
- The pressure pipe display component to get.
Return Value
DisplayStyle
See Also