An enumeration that defines projection display style profile type.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public enum ProjectionDisplayStyleProfileType
Visual Basic
Public Enumeration ProjectionDisplayStyleProfileType
Visual 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 |