Contains display options and styles for objects projected from a plan view onto a section view. Used by ProjectionStyle.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbProfileSectionEntityStyle>]
Autodesk.Civil.DatabaseServices.StylesProjectionSectionOptions
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class ProjectionSectionOptions : [T:Autodesk.Civil.CivilWrapper<AeccDbProfileSectionEntityStyle>]
VB
Public Class ProjectionSectionOptions Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbProfileSectionEntityStyle>]
C++
public ref class ProjectionSectionOptions : public [T:Autodesk.Civil.CivilWrapper<AeccDbProfileSectionEntityStyle>]
The ProjectionSectionOptions type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AutoCAD3dPolylineCrossingMarkerStyleId | Gets AutoCAD 3D polyline crossing marker style. | |
| AutoCAD3dPolylineCrossingMarkerStyleName | Gets AutoCAD 3D polyline crossing marker style's. | |
| AutoCADBlockDisplayOptions | Gets AutoCAD block display options. | |
| AutoCADBlockMarkerStyleId | Gets AutoCAD block marker style. | |
| AutoCADBlockMarkerStyleName | Gets AutoCAD block marker style's name. | |
| AutoCADBlockSymbolBlockId | Gets AutoCAD block symbol block. | |
| AutoCADBlockSymbolBlockName | Gets AutoCAD block symbol block's name. | |
| AutoCADPointDisplayOptions | Gets AutoCAD point display options. | |
| AutoCADPointMarkerStyleId | Gets AutoCAD point marker style. | |
| AutoCADPointMarkerStyleName | Gets AutoCAD point marker style's name. | |
| AutoCADSolidDisplayAsTrueSection | Gets or sets a Boolean value indicating if the AutoCAD solid displayed in the section view should be a "true section" or "simply a representation of the solid in the view". | |
| AutoCADSolidDisplayOptions | Gets AutoCAD solid display options. | |
| AutoCADSolidMarkerStyleId | Gets AutoCAD solid marker style. | |
| AutoCADSolidMarkerStyleName | Gets AutoCAD solid marker style's name. | |
| MultiViewBlockDirection | Gets multi-view block direction. | |
| MultiViewBlockDisplayOptions | Gets multi-view block display options. | |
| MultiViewBlockDisplayRepresentationId | Gets multi-view block display representation. | |
| MultiViewBlockDisplayRepresentationName | Gets multi-view block display representation's name. | |
| MultiViewBlockMarkerStyleId | Gets multi-view block marker style. | |
| MultiViewBlockMarkerStyleName | Gets multi-view block marker style's name. | |
| MultiViewBlockSymbolBlockId | Gets multi-view block symbol block. | |
| MultiViewBlockSymbolBlockName | Gets multi-view block symbol block's name. | |
| VerticallyExaggerateBlocks | Gets vertically exaggerate blocks. | |
| VerticallyExaggerateMultiViewBlocks | Gets vertically exaggerate multi-view blocks. | |
| VerticallyExaggerateSolids | Gets vertically exaggerate solids. |
