Gets or sets the PointDisplay3dType enum value that specifies how the display elevation of the Points when viewing in 3D.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PointDisplay3dType Display3dType { get; set; }
VB
Public Property Display3dType As PointDisplay3dType Get Set
C++
public: property PointDisplay3dType Display3dType { PointDisplay3dType get (); void set (PointDisplay3dType value); }