Contains display options and styles for objects projected from a plan view onto a profile view.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbProfileSectionEntityStyle>]
Autodesk.Civil.DatabaseServices.StylesProjectionProfileOptions
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public class ProjectionProfileOptions : [T:Autodesk.Civil.CivilWrapper<AeccDbProfileSectionEntityStyle>]
VB
Public Class ProjectionProfileOptions Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbProfileSectionEntityStyle>]
C++
public ref class ProjectionProfileOptions : public [T:Autodesk.Civil.CivilWrapper<AeccDbProfileSectionEntityStyle>]
The ProjectionProfileOptions type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AutoCAD3dPolylineBeginVertexMarkerStyleId | Gets or sets the AutoCAD 3D polyline beginning vertex marker style. | |
| AutoCAD3dPolylineBeginVertexMarkerStyleName | Gets or sets the AutoCAD 3D polyline beginning vertex marker style's name. | |
| AutoCAD3dPolylineEndVertexMarkerStyleId | Gets or sets the AutoCAD 3D polyline ending vertex marker style. | |
| AutoCAD3dPolylineEndVertexMarkerStyleName | Gets or sets the AutoCAD 3D polyline ending vertex marker style's name. | |
| AutoCAD3dPolylineInternalVertexMarkerStyleId | Gets or sets the AutoCAD 3D polyline internal vertex marker style. | |
| AutoCAD3dPolylineInternalVertexMarkerStyleName | Gets or sets the AutoCAD 3D polyline internal vertex marker style's name. | |
| AutoCADBlockDisplayOptions | Gets or sets the AutoCAD block display options. | |
| AutoCADBlockMarkerStyleId | Gets or sets the AutoCAD block marker style. | |
| AutoCADBlockMarkerStyleName | Gets or sets the AutoCAD block marker style's name. | |
| AutoCADBlockSymbolBlockId | Gets or sets the AutoCAD block symbol block. | |
| AutoCADBlockSymbolBlockName | Gets or sets the AutoCAD block symbol block's name. | |
| AutoCADPointDisplayOptions | Gets or sets AutoCAD point display options. | |
| AutoCADPointMarkerStyleId | Gets or sets the AutoCAD point marker style. | |
| AutoCADPointMarkerStyleName | Gets or sets the AutoCAD point marker style's name. | |
| AutoCADSolidDisplayOptions | Gets or sets AutoCAD solid display options. | |
| AutoCADSolidMarkerStyleId | Gets or sets the AutoCAD solid marker style. | |
| AutoCADSolidMarkerStyleName | Gets or sets the AutoCAD solid marker style's name. | |
| MultiViewBlockDirection | Gets or sets the multi-view block direction. | |
| MultiViewBlockDisplayOptions | Gets or sets the multi-view block display options. | |
| MultiViewBlockDisplayRepresentationId | Gets or sets the multi-view block display representation. | |
| MultiViewBlockDisplayRepresentationName | Gets or sets the name of the multi-view block display representation. | |
| MultiViewBlockMarkerStyleId | Gets or sets the multi-view block marker style. | |
| MultiViewBlockMarkerStyleName | Gets or sets the multi-view block marker style's name. | |
| MultiViewBlockSymbolBlockId | Gets or sets the multi-view block symbol block. | |
| MultiViewBlockSymbolBlockName | Gets or sets the name of the multi-view block symbol block. | |
| VerticallyExaggerateBlocks | Gets or sets whether to vertically exaggerate blocks. | |
| VerticallyExaggerateMultiViewBlocks | Gets or sets whether to vetically exaggerate multi-view blocks. | |
| VerticallyExaggerateSolids | Gets or sets whether to vertically exaggerate solids. |
