Gets or sets the enum value that specifies how the 2D plan view of a fitting is displayed.

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

Syntax

C#
public PressureFittingPlanViewType ViewOptions { get; set; }
Visual Basic
Public Property ViewOptions As PressureFittingPlanViewType
	Get
	Set
Visual C++
public:
property PressureFittingPlanViewType ViewOptions {
	PressureFittingPlanViewType get ();
	void set (PressureFittingPlanViewType value);
}

Exceptions

ExceptionCondition
[!:System.InvalidOperationException] Thrown when setting to UserCustomBlock but no symbol block is set.

See Also