Gets or sets a boolean value that specifies whether the labels are shown on the band.

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

Syntax

C#
public bool ShowLabels { get; set; }
Visual Basic
Public Property ShowLabels As Boolean
	Get
	Set
Visual C++
public:
property bool ShowLabels {
	bool get ();
	void set (bool value);
}

Remarks

  1. If there are no labels on the band and it will create labels when the property is true.
  2. If there are available labels on the band, it will erase the labels when the property is false.

See Also