An enumeration that defines projection display style profile type.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum ProjectionDisplayStyleProfileType
VB
Public Enumeration ProjectionDisplayStyleProfileType
C++
public enum class ProjectionDisplayStyleProfileType
Members
| Member name | Value | Description |
|---|---|---|
| SolidProfile | 0 | |
| PointProfile | 1 | |
| ThreeDPolylineSegmentsProfile | 2 | |
| ThreeDPolylineBeginVertexProfile | 3 | |
| ThreeDPolylineInternalVertexProfile | 4 | |
| ThreeDPolylineEndVertexProfile | 5 | |
| BlockProfile | 6 | |
| MvBlockProfile | 7 |
