Share

StructureStyleSectionOption Class

Specifies the method that is used to define and draw the dimensions of the structure in section view.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbStructureStyle>]
    Autodesk.Civil.DatabaseServices.StylesStructureStyleOptionBase
      Autodesk.Civil.DatabaseServices.StylesStructureStyleSectionOption


Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public sealed class StructureStyleSectionOption : StructureStyleOptionBase

VB

Public NotInheritable Class StructureStyleSectionOption
	Inherits StructureStyleOptionBase

C++

public ref class StructureStyleSectionOption sealed : public StructureStyleOptionBase

The StructureStyleSectionOption 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.
(Inherited from StructureStyleOptionBase)
Public propertyMaskConnectedObjects Gets or sets the boolean value that specifies whether the pipe objects are masked by the structure object in profile/section view.
(Inherited from StructureStyleOptionBase)
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.
(Inherited from StructureStyleOptionBase)
Public propertySymbolBlockName Gets or sets the name of the block reference to use when displaying in profile/section view.
(Inherited from StructureStyleOptionBase)
Public propertySymbolBlockXScale Gets or sets the x scale to use when displaying with a block reference in profile/section view.
(Inherited from StructureStyleOptionBase)
Public propertySymbolBlockYScale Gets or sets the y scale to use when displaying with a block reference in profile/section view.
(Inherited from StructureStyleOptionBase)
Public propertySymbolBlockZScale Gets or sets the z scale to use when displaying with a block reference in profile/section view.
(Inherited from StructureStyleOptionBase)
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.
(Inherited from StructureStyleOptionBase)
Public propertyXSize Gets or sets the absolute X-dimension size of the block to display in profile/section view.
(Inherited from StructureStyleOptionBase)
Public propertyXSizePercent Gets or sets the percentage of the screensize (X-dimension) for the block to display in profile/section view.
(Inherited from StructureStyleOptionBase)
Public propertyYSize Gets or sets the absolute Y-dimension size of the block to display in profile/section view.
(Inherited from StructureStyleOptionBase)
Public propertyYSizePercent Gets or sets the percentage of the screensize (Y-dimension) for the block to display in profile/section view.
(Inherited from StructureStyleOptionBase)

See Also

Reference

Was this information helpful?