BandSetItemShowLabels 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.292
Syntax
public bool ShowLabels { get; set; }

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