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.7.0.1276
Syntax
C#
public abstract class StructureStyleOptionBase : [T:Autodesk.Civil.CivilWrapper<AeccDbStructureStyle>]
VB
Public MustInherit Class StructureStyleOptionBase Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbStructureStyle>]
C++
public ref class StructureStyleOptionBase abstract : public [T:Autodesk.Civil.CivilWrapper<AeccDbStructureStyle>]
The StructureStyleOptionBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BlockInsertLocation | Gets or sets the insertion point to use for the block displayed in profile/section view. |
![]() | MaskConnectedObjects | Gets or sets the boolean value that specifies whether the pipe objects are masked by the structure object in profile/section view. |
![]() | SizeType | Gets or sets the enum value that controls relative sizing when an AutoCAD block is used to represent the structure in profile/section view. |
![]() | SymbolBlockName | Gets or sets the name of the block reference to use when displaying in profile/section view. |
![]() | SymbolBlockXScale | Gets or sets the x scale to use when displaying with a block reference in profile/section view. |
![]() | SymbolBlockYScale | Gets or sets the y scale to use when displaying with a block reference in profile/section view. |
![]() | SymbolBlockZScale | Gets or sets the z scale to use when displaying with a block reference in profile/section view. |
![]() | ViewOptions | 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. |
![]() | XSize | Gets or sets the absolute X-dimension size of the block to display in profile/section view. |
![]() | XSizePercent | Gets or sets the percentage of the screensize (X-dimension) for the block to display in profile/section view. |
![]() | YSize | Gets or sets the absolute Y-dimension size of the block to display in profile/section view. |
![]() | YSizePercent | Gets or sets the percentage of the screensize (Y-dimension) for the block to display in profile/section view. |