NetworkDisplayMode Property

Specifies the display mode for figure elevations in the drawing.

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

Syntax

C#

public SurveyElevationDisplayType NetworkDisplayMode { get; set; }

Visual Basic

Public Property NetworkDisplayMode As SurveyElevationDisplayType
	Get
	Set

Visual C++

public:
property SurveyElevationDisplayType NetworkDisplayMode {
	SurveyElevationDisplayType get ();
	void set (SurveyElevationDisplayType value);
}

See Also