Specifies the size options type.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public enum StructureSizeOptionsType
VB
Public Enumeration StructureSizeOptionsType
C++
public enum class StructureSizeOptionsType
Members
| Member name | Value | Description |
|---|---|---|
| UseDrawingScale | 0 | |
| UseFixedScale | 1 | |
| UseAbsoluteUnits | 2 | |
| UseSizeAsPercentageOfScreen | 3 | |
| UseFixedScaleFromPartSize | 4 |
