ProjectionSectionOptions Class

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

The ProjectionSectionOptions type exposes the following members.

Properties
 NameDescription
Public propertyAutoCAD3dPolylineCrossingMarkerStyleId Gets AutoCAD 3D polyline crossing marker style.
Public propertyAutoCAD3dPolylineCrossingMarkerStyleName Gets AutoCAD 3D polyline crossing marker style's.
Public propertyAutoCADBlockDisplayOptions Gets AutoCAD block display options.
Public propertyAutoCADBlockMarkerStyleId Gets AutoCAD block marker style.
Public propertyAutoCADBlockMarkerStyleName Gets AutoCAD block marker style's name.
Public propertyAutoCADBlockSymbolBlockId Gets AutoCAD block symbol block.
Public propertyAutoCADBlockSymbolBlockName Gets AutoCAD block symbol block's name.
Public propertyAutoCADPointDisplayOptions Gets AutoCAD point display options.
Public propertyAutoCADPointMarkerStyleId Gets AutoCAD point marker style.
Public propertyAutoCADPointMarkerStyleName Gets AutoCAD point marker style's name.
Public propertyAutoCADSolidDisplayAsTrueSection 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".
Public propertyAutoCADSolidDisplayOptions Gets AutoCAD solid display options.
Public propertyAutoCADSolidMarkerStyleId Gets AutoCAD solid marker style.
Public propertyAutoCADSolidMarkerStyleName Gets AutoCAD solid marker style's name.
Public propertyMultiViewBlockDirection Gets multi-view block direction.
Public propertyMultiViewBlockDisplayOptions Gets multi-view block display options.
Public propertyMultiViewBlockDisplayRepresentationId Gets multi-view block display representation.
Public propertyMultiViewBlockDisplayRepresentationName Gets multi-view block display representation's name.
Public propertyMultiViewBlockMarkerStyleId Gets multi-view block marker style.
Public propertyMultiViewBlockMarkerStyleName Gets multi-view block marker style's name.
Public propertyMultiViewBlockSymbolBlockId Gets multi-view block symbol block.
Public propertyMultiViewBlockSymbolBlockName Gets multi-view block symbol block's name.
Public propertyVerticallyExaggerateBlocks Gets vertically exaggerate blocks.
Public propertyVerticallyExaggerateMultiViewBlocks Gets vertically exaggerate multi-view blocks.
Public propertyVerticallyExaggerateSolids Gets vertically exaggerate solids.
Top
See Also