PipeStyleOptionBase Class

Base interface for settings that define the appearance of the pipe in a 2D plan view. Used by PipeStylePlanOption and PipeStyleProfileOption.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbPipeStyle>]
    Autodesk.Civil.DatabaseServices.StylesPipeStyleOptionBase
      Autodesk.Civil.DatabaseServices.StylesPipeStylePlanOption
      Autodesk.Civil.DatabaseServices.StylesPipeStyleProfileOption

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract class PipeStyleOptionBase : [T:Autodesk.Civil.CivilWrapper<AeccDbPipeStyle>]

The PipeStyleOptionBase 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.
Public propertyEndLineSize Pipe style end line size.
Public propertyEndLineSizePercent Pipe style end line size percent.
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.
Public propertyEndSizeType Specifies the appearance of the pipe end, such as draw to inner wall, draw to outer wall, or user-defined.
Public propertyHatchOptions Specifies which components of the pipe shape display a hatch pattern.
Public propertyInnerDiameter Specifies the inner pipe wall dimensions as an absolute value.
Public propertyInnerDiameterPercent Specifies the inner pipe wall dimensions as a percent of drawing size.
Public propertyOuterDiameter Specifies the outer pipe wall dimensions as an absolute value.
Public propertyOuterDiameterPercent Specifies the outer pipe wall dimensions as a percent of drawing size.
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.
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.
Public propertyWallSizeType Specifies the method that will be used to define and draw the dimensions of the pipe wall.
Top
See Also