BandSetItemShowLabels Property |
Gets or sets a boolean value that specifies whether the labels are shown on the band.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool ShowLabels { get; set; }
Public Property ShowLabels As Boolean
Get
Set
public:
property bool ShowLabels {
bool get ();
void set (bool value);
}
Property Value
Boolean
Remarks- If there are no labels on the band and it will create labels when the property is true.
- If there are available labels on the band, it will erase the labels when the property is false.
See Also