Gets or sets the linetype scale factor.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public double LineTypeScale { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property LineTypeScale As Double |
| Visual C++ |
|---|
public: property double LineTypeScale { double get (); void set (double value); } |
Field Value
The linetype scale factor.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | Linetype scale was less or equal 0. |