StructureStyleOptionBaseSizeType Property |
Gets or sets the enum value that controls relative sizing when an AutoCAD block is used to represent the structure in profile/section view.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic StructureSizeOptionsType SizeType { get; set; }
Public Property SizeType As StructureSizeOptionsType
Get
Set
public:
property StructureSizeOptionsType SizeType {
StructureSizeOptionsType get ();
void set (StructureSizeOptionsType value);
}
Property Value
StructureSizeOptionsType
See Also