Share

SurveyFigureStyle.NetworkDisplayMode Property

Specifies the display mode for figure elevations in the drawing.



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

Syntax

C#

public SurveyElevationDisplayType NetworkDisplayMode { get; set; }

VB

Public Property NetworkDisplayMode As SurveyElevationDisplayType
	Get
	Set

C++

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

Property Value

SurveyElevationDisplayType

See Also

Reference

Was this information helpful?