StructureStyleOptionBase Class

Base class for StructureStyleProfileOption and StructureStyleSectionOption.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbStructureStyle>]
    Autodesk.Civil.DatabaseServices.StylesStructureStyleOptionBase
      Autodesk.Civil.DatabaseServices.StylesStructureStyleProfileOption
      Autodesk.Civil.DatabaseServices.StylesStructureStyleSectionOption

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

The StructureStyleOptionBase type exposes the following members.

Properties
 NameDescription
Public propertyBlockInsertLocation Gets or sets the insertion point to use for the block displayed in profile/section view.
Public propertyMaskConnectedObjects Gets or sets the boolean value that specifies whether the pipe objects are masked by the structure object in profile/section view.
Public propertySizeType Gets or sets the enum value that controls relative sizing when an AutoCAD block is used to represent the structure in profile/section view.
Public propertySymbolBlockName Gets or sets the name of the block reference to use when displaying in profile/section view.
Public propertySymbolBlockXScale Gets or sets the x scale to use when displaying with a block reference in profile/section view.
Public propertySymbolBlockYScale Gets or sets the y scale to use when displaying with a block reference in profile/section view.
Public propertySymbolBlockZScale Gets or sets the z scale to use when displaying with a block reference in profile/section view.
Public propertyViewOptions 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 propertyXSize Gets or sets the absolute X-dimension size of the block to display in profile/section view.
Public propertyXSizePercent Gets or sets the percentage of the screensize (X-dimension) for the block to display in profile/section view.
Public propertyYSize Gets or sets the absolute Y-dimension size of the block to display in profile/section view.
Public propertyYSizePercent Gets or sets the percentage of the screensize (Y-dimension) for the block to display in profile/section view.
Top
See Also