Share

SurfaceElevationStyle.DisplayEntityMode Property

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.8.0.280

Syntax

C#

public SurfaceDisplayType DisplayEntityMode { get; set; }

VB

Public Property DisplayEntityMode As SurfaceDisplayType
	Get
	Set

C++

public:
property SurfaceDisplayType DisplayEntityMode {
	SurfaceDisplayType get ();
	void set (SurfaceDisplayType value);
}

Property Value

SurfaceDisplayType

See Also

Reference

Was this information helpful?