Share

SurfaceBaseStyle.DisplayMode Property

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

Syntax

C#

public SurfaceDisplay3dType DisplayMode { get; set; }

VB

Public Property DisplayMode As SurfaceDisplay3dType
	Get
	Set

C++

public:
property SurfaceDisplay3dType DisplayMode {
	SurfaceDisplay3dType get ();
	void set (SurfaceDisplay3dType value);
}

Property Value

SurfaceDisplay3dType

See Also

Reference

Was this information helpful?