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.280
Syntax
C#
public abstract class PipeStyleOptionBase : [T:Autodesk.Civil.CivilWrapper<AeccDbPipeStyle>]
VB
Public MustInherit Class PipeStyleOptionBase Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbPipeStyle>]
C++
public ref class PipeStyleOptionBase abstract : public [T:Autodesk.Civil.CivilWrapper<AeccDbPipeStyle>]
The PipeStyleOptionBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AlignHatchToPipe | 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. |
![]() | EndLineSize | Pipe style end line size. |
![]() | EndLineSizePercent | Pipe style end line size percent. |
![]() | EndSizeOptions | 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. |
![]() | EndSizeType | Specifies the appearance of the pipe end, such as draw to inner wall, draw to outer wall, or user-defined. |
![]() | HatchOptions | Specifies which components of the pipe shape display a hatch pattern. |
![]() | InnerDiameter | Specifies the inner pipe wall dimensions as an absolute value. |
![]() | InnerDiameterPercent | Specifies the inner pipe wall dimensions as a percent of drawing size. |
![]() | OuterDiameter | Specifies the outer pipe wall dimensions as an absolute value. |
![]() | OuterDiameterPercent | Specifies the outer pipe wall dimensions as a percent of drawing size. |
![]() | PipeToPipeEndCleanup | Gets or sets the PipeToPipeEndCleanup value that specifies whether the appearance of pipe to pipe connections in plan/profile view is cleaned up. |
![]() | WallSizeOptions | 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. |
![]() | WallSizeType | Specifies the method that will be used to define and draw the dimensions of the pipe wall. |