ShowMinorContourlabelgroup Property

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

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

Syntax

C#

public bool ShowMinorContourlabelgroup { get; set; }

Visual Basic

Public Property ShowMinorContourlabelgroup As Boolean
	Get
	Set

Visual C++

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

Remarks

Default value is true.

See Also