Share

SurfaceDirectionStyle.DisplayEntityMode Property

Gets or sets the DisplayType Specifies how the surface should be displayed/rendered.



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?