Specifies the method that is used to define and draw the dimensions of the structure in 2D plan view.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbStructureStyle>]
Autodesk.Civil.DatabaseServices.StylesStructureStylePlanOption
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class StructureStylePlanOption : [T:Autodesk.Civil.CivilWrapper<AeccDbStructureStyle>]
VB
Public NotInheritable Class StructureStylePlanOption Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbStructureStyle>]
C++
public ref class StructureStylePlanOption sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbStructureStyle>]
The StructureStylePlanOption type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | MaskConnectedObjects | Gets or sets the boolean value that specifies whether the pipe objects are masked by the structure object in plan view. |
![]() | PlanViewOptions | Gets or sets the enum value that specifies whether the 2D plan view of the structure style is displayed as an outline of the 3D object, or as an AutoCAD block reference. |
![]() | Size | Gets or sets the absolute size of the block to display in plan view, if the SizeType is specified as aeccStructureUseAbsoluteUnits. |
![]() | SizePercent | Gets or sets the percent of screen to use when sizing the block displayed in plan view, if SizeType is defined as aeccStructureUseSizeAsPercentageOfScreen. |
![]() | SizeType | Gets or sets the enum value that controls relative sizing when an AutoCAD block is used to represent the structure in plan view. |
![]() | SymbolBlockName | Gets or sets the name of the block reference to use when displaying in plan view. |
![]() | SymbolBlockXScale | Gets or sets the X scale to use when displaying with a block reference in plan view. |
![]() | SymbolBlockYScale | Gets or sets the Y scale to use when displaying with a block reference in plan view. |
![]() | SymbolBlockZScale | Gets or sets the Z scale to use when displaying with a block reference in plan view. |