StructureStylePlanOption Class

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.292
Syntax
public sealed class StructureStylePlanOption : [T:Autodesk.Civil.CivilWrapper<AeccDbStructureStyle>]

The StructureStylePlanOption type exposes the following members.

Properties
 NameDescription
Public propertyMaskConnectedObjects Gets or sets the boolean value that specifies whether the pipe objects are masked by the structure object in plan view.
Public propertyPlanViewOptions 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.
Public propertySize Gets or sets the absolute size of the block to display in plan view, if the SizeType is specified as aeccStructureUseAbsoluteUnits.
Public propertySizePercent Gets or sets the percent of screen to use when sizing the block displayed in plan view, if SizeType is defined as aeccStructureUseSizeAsPercentageOfScreen.
Public propertySizeType Gets or sets the enum value that controls relative sizing when an AutoCAD block is used to represent the structure in plan view.
Public propertySymbolBlockName Gets or sets the name of the block reference to use when displaying in plan view.
Public propertySymbolBlockXScale Gets or sets the X scale to use when displaying with a block reference in plan view.
Public propertySymbolBlockYScale Gets or sets the Y scale to use when displaying with a block reference in plan view.
Public propertySymbolBlockZScale Gets or sets the Z scale to use when displaying with a block reference in plan view.
Top
See Also