Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

7c7db2f9 a747 dc23 5895 a677f004a9bc

haplokuon edited this page May 6, 2023 · 1 revision

DimensionStyleAlternateUnits Class

netDxf 3.0.0 Library

Represents the way alternate units are formatted in dimension entities.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public class DimensionStyleAlternateUnits : ICloneable

VB

Public Class DimensionStyleAlternateUnits
	Implements ICloneable

C++

public ref class DimensionStyleAlternateUnits : ICloneable

F#

type DimensionStyleAlternateUnits = 
    class
        interface ICloneable
    end
Inheritance Object → DimensionStyleAlternateUnits
Implements ICloneable

Remarks

Alternative units are not applicable for angular dimensions.

Constructors

DimensionStyleAlternateUnits Initializes a new instance of the DimensionStyleUnitsFormat class.

Properties

Enabled Gets or sets if the alternate measurement units are added to the dimension text. (DIMALT)
LengthPrecision Sets the number of decimal places displayed for the alternate units of a dimension. (DIMALTD)
LengthUnits Gets or sets the alternate units for all dimension types except angular. (DIMALTU)
Multiplier Gets or sets the multiplier used as the conversion factor between primary and alternate units. (DIMALTF)
Prefix Specifies the text prefix for the dimension. (DIMAPOST)
Roundoff Gets or sets the value to round all dimensioning distances. (DIMALTRND)
StackUnits Gets or set if the Architectural or Fractional linear units will be shown stacked or not. (DIMALTU)
Suffix Specifies the text suffix for the dimension. (DIMAPOST)
SuppressLinearLeadingZeros Suppresses leading zeros in linear decimal alternate units. (DIMALTZ)
SuppressLinearTrailingZeros Suppresses trailing zeros in linear decimal alternate units. (DIMALTZ)
SuppressZeroFeet Suppresses zero feet in architectural alternate units. (DIMALTZ)
SuppressZeroInches Suppresses zero inches in architectural alternate units. (DIMALTZ)

Methods

Clone Creates a new DimensionStyle.DimensionStyleAlternateUnits that is a copy of the current instance.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally