ProjectionProfileOptions Class

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

The ProjectionProfileOptions type exposes the following members.

Properties
 NameDescription
Public propertyAutoCAD3dPolylineBeginVertexMarkerStyleId Gets or sets the AutoCAD 3D polyline beginning vertex marker style.
Public propertyAutoCAD3dPolylineBeginVertexMarkerStyleName Gets or sets the AutoCAD 3D polyline beginning vertex marker style's name.
Public propertyAutoCAD3dPolylineEndVertexMarkerStyleId Gets or sets the AutoCAD 3D polyline ending vertex marker style.
Public propertyAutoCAD3dPolylineEndVertexMarkerStyleName Gets or sets the AutoCAD 3D polyline ending vertex marker style's name.
Public propertyAutoCAD3dPolylineInternalVertexMarkerStyleId Gets or sets the AutoCAD 3D polyline internal vertex marker style.
Public propertyAutoCAD3dPolylineInternalVertexMarkerStyleName Gets or sets the AutoCAD 3D polyline internal vertex marker style's name.
Public propertyAutoCADBlockDisplayOptions Gets or sets the AutoCAD block display options.
Public propertyAutoCADBlockMarkerStyleId Gets or sets the AutoCAD block marker style.
Public propertyAutoCADBlockMarkerStyleName Gets or sets the AutoCAD block marker style's name.
Public propertyAutoCADBlockSymbolBlockId Gets or sets the AutoCAD block symbol block.
Public propertyAutoCADBlockSymbolBlockName Gets or sets the AutoCAD block symbol block's name.
Public propertyAutoCADPointDisplayOptions Gets or sets AutoCAD point display options.
Public propertyAutoCADPointMarkerStyleId Gets or sets the AutoCAD point marker style.
Public propertyAutoCADPointMarkerStyleName Gets or sets the AutoCAD point marker style's name.
Public propertyAutoCADSolidDisplayOptions Gets or sets AutoCAD solid display options.
Public propertyAutoCADSolidMarkerStyleId Gets or sets the AutoCAD solid marker style.
Public propertyAutoCADSolidMarkerStyleName Gets or sets the AutoCAD solid marker style's name.
Public propertyMultiViewBlockDirection Gets or sets the multi-view block direction.
Public propertyMultiViewBlockDisplayOptions Gets or sets the multi-view block display options.
Public propertyMultiViewBlockDisplayRepresentationId Gets or sets the multi-view block display representation.
Public propertyMultiViewBlockDisplayRepresentationName Gets or sets the name of the multi-view block display representation.
Public propertyMultiViewBlockMarkerStyleId Gets or sets the multi-view block marker style.
Public propertyMultiViewBlockMarkerStyleName Gets or sets the multi-view block marker style's name.
Public propertyMultiViewBlockSymbolBlockId Gets or sets the multi-view block symbol block.
Public propertyMultiViewBlockSymbolBlockName Gets or sets the name of the multi-view block symbol block.
Public propertyVerticallyExaggerateBlocks Gets or sets whether to vertically exaggerate blocks.
Public propertyVerticallyExaggerateMultiViewBlocks Gets or sets whether to vetically exaggerate multi-view blocks.
Public propertyVerticallyExaggerateSolids Gets or sets whether to vertically exaggerate solids.
Top
See Also