Share

BandSetItem.StaggerLineHeight Property

Gets or sets the height of the label stagger line.

  1. Thrown when the Band type is not ProfileData or SectionData.
  2. Thrown when the StaggerLabel is NAMESPACE_CIVILSTYLE::StaggerLabelType::None.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double StaggerLineHeight { get; set; }

VB

Public Property StaggerLineHeight As Double
	Get
	Set

C++

public:
property double StaggerLineHeight {
	double get ();
	void set (double value);
}

Property Value

Double

See Also

Reference

Was this information helpful?