Gets or sets the PointDisplay3dType enum value that specifies how the display elevation of the Points is established when view point3 in 3D.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public PointDisplay3dType Display3dType { get; set; } |
| Visual Basic |
|---|
Public Property Display3dType As PointDisplay3dType Get Set |
| Visual C++ |
|---|
public: property PointDisplay3dType Display3dType { PointDisplay3dType get (); void set (PointDisplay3dType value); } |