Share

PipeStylePlanOption Class

Settings that define the appearance of the pipe in a 2D plan view.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbPipeStyle>]
    Autodesk.Civil.DatabaseServices.StylesPipeStyleOptionBase
      Autodesk.Civil.DatabaseServices.StylesPipeStylePlanOption


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

Syntax

C#

public sealed class PipeStylePlanOption : PipeStyleOptionBase

VB

Public NotInheritable Class PipeStylePlanOption
	Inherits PipeStyleOptionBase

C++

public ref class PipeStylePlanOption sealed : public PipeStyleOptionBase

The PipeStylePlanOption type exposes the following members.

Properties

 NameDescription
Public propertyAlignHatchToPipe Gets or sets the AlignHatchToPipe value that specifies whether the angle of the hatch lines for the pipe align with the angle of the pipe.
(Inherited from PipeStyleOptionBase)
Public propertyCenterlineOptions Gets or sets the method that will be used to define and draw the dimensions of the pipe centerline.
Public propertyCenterlineSize Gets or sets pipe style center line size.
Public propertyCenterlineSizePercent Gets or sets pipe style center line size percent.
Public propertyCenterlineWidthOptions Gets or sets the center line width option.
Public propertyEndLineSize Pipe style end line size.
(Inherited from PipeStyleOptionBase)
Public propertyEndLineSizePercent Pipe style end line size percent.
(Inherited from PipeStyleOptionBase)
Public propertyEndSizeOptions Gets or sets the PipeDisplayOptions value that specifies whether pipe end size is drawn in absolute units, to drawing scale, or as a percentage of the screen size.
(Inherited from PipeStyleOptionBase)
Public propertyEndSizeType Specifies the appearance of the pipe end, such as draw to inner wall, draw to outer wall, or user-defined.
(Inherited from PipeStyleOptionBase)
Public propertyHatchOptions Specifies which components of the pipe shape display a hatch pattern.
(Inherited from PipeStyleOptionBase)
Public propertyInnerDiameter Specifies the inner pipe wall dimensions as an absolute value.
(Inherited from PipeStyleOptionBase)
Public propertyInnerDiameterPercent Specifies the inner pipe wall dimensions as a percent of drawing size.
(Inherited from PipeStyleOptionBase)
Public propertyOuterDiameter Specifies the outer pipe wall dimensions as an absolute value.
(Inherited from PipeStyleOptionBase)
Public propertyOuterDiameterPercent Specifies the outer pipe wall dimensions as a percent of drawing size.
(Inherited from PipeStyleOptionBase)
Public propertyPipeToPipeEndCleanup Gets or sets the PipeToPipeEndCleanup value that specifies whether the appearance of pipe to pipe connections in plan/profile view is cleaned up.
(Inherited from PipeStyleOptionBase)
Public propertyWallSizeOptions Gets or sets the PipeDisplayOptions value that specifies whether pipe wall size is drawn in absolute units, to drawing scale, or as a percentage of the screen size.
(Inherited from PipeStyleOptionBase)
Public propertyWallSizeType Specifies the method that will be used to define and draw the dimensions of the pipe wall.
(Inherited from PipeStyleOptionBase)

See Also

Reference

Was this information helpful?