PlanOption Property

Gets the object that defines the appearance of a pressure pipe in plan view.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0

Syntax

C#

public PressurePipeStylePlanOption PlanOption { get; }

Visual Basic

Public ReadOnly Property PlanOption As PressurePipeStylePlanOption
	Get

Visual C++

public:
property PressurePipeStylePlanOption^ PlanOption {
	PressurePipeStylePlanOption^ get ();
}

See Also