ShowMajorContourlabelgroup Property

Gets or sets the value which indicates whether the major contour's label is visible.

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

Syntax

C#

public bool ShowMajorContourlabelgroup { get; set; }

Visual Basic

Public Property ShowMajorContourlabelgroup As Boolean
	Get
	Set

Visual C++

public:
property bool ShowMajorContourlabelgroup {
	bool get ();
	void set (bool value);
}

Remarks

Default value is true.

See Also