Gets or sets the Display3dType enum value that specifies the appearance of surface elevations.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public SurfaceDisplay3dType DisplayMode { get; set; }
Visual Basic
Public Property DisplayMode As SurfaceDisplay3dType
	Get
	Set
Visual C++
public:
property SurfaceDisplay3dType DisplayMode {
	SurfaceDisplay3dType get ();
	void set (SurfaceDisplay3dType value);
}

See Also