BandSetItemStaggerLineHeight Property |
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.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double StaggerLineHeight { get; set; }
Public Property StaggerLineHeight As Double
Get
Set
public:
property double StaggerLineHeight {
double get ();
void set (double value);
}
Property Value
Double
See Also