Share

BandSetItem.ShowLabels Property

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.8.0.280

Syntax

C#

public bool ShowLabels { get; set; }

VB

Public Property ShowLabels As Boolean
	Get
	Set

C++

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

Property Value

Boolean

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

Reference

Was this information helpful?