Size Class |
The Size class contains the width and height properties.
SystemObject
Tekla.Structures.DrawingSize
Tekla.Structures.DrawingSize
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
The Size type exposes the following members.
| Name | Description | |
|---|---|---|
| Size |
Creates a new size instance with zero width and height.
| |
| Size(Double, Double) |
Creates a new size instance with the specified width and height.
|
| Name | Description | |
|---|---|---|
| Height |
Gets or sets the height value of the size instance.
| |
| Width |
Gets or sets the width value of the size instance.
|
| Name | Description | |
|---|---|---|
| ToString |
Returns a string that represents this instance (in fractional inches if advanced option XS_USE_ONLY_INCHES_IN_SHEET_SIZES set to true).
(Overrides ObjectToString.) | |
| ToString(String) |
Returns a string that represents this instance (in fractional inches if advanced option XS_USE_ONLY_INCHES_IN_SHEET_SIZES set to true).
| |
| ToString(IFormatProvider, String) |
Returns a string that represents this instance (in fractional inches if advanced option XS_USE_ONLY_INCHES_IN_SHEET_SIZES set to true).
|