Gets or sets the 3D display behavior of the surface object sub-component.

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

Syntax

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

See Also