Gets or sets the height of the label stagger line.
- Thrown when the Band type is not ProfileData or SectionData.
- Thrown when the StaggerLabel is NAMESPACE_CIVILSTYLE::StaggerLabelType::None.
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public double StaggerLineHeight { get; set; }
Visual Basic
Public Property StaggerLineHeight As Double
Get
Set
Visual C++
public: property double StaggerLineHeight { double get (); void set (double value); }