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