Click or drag to resize

UnitStyleFormat Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represents the parameters to convert linear and angular units to its string representation.
Inheritance Hierarchy
SystemObject
  netDxf.UnitsUnitStyleFormat

Namespace:  netDxf.Units
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public class UnitStyleFormat
Request Example View Source

The UnitStyleFormat type exposes the following members.

Constructors
  NameDescription
Public methodUnitStyleFormat
Initializes a new instance of the UnitStyleFormat class.
Top
Properties
  NameDescription
Public propertyAngularDecimalPlaces
Gets or sets the number of decimal places for angular units.
Public propertyDecimalSeparator
Gets or set the decimal separator.
Public propertyDegreesSymbol
Gets or set the angle degrees symbol.
Public propertyFeetInchesSeparator
Gets or sets the separator between feet and inches.
Public propertyFeetSymbol
Gets or set the feet symbol.
Public propertyFractionType
Gets or sets the fraction format for architectural or fractional units.
Public propertyGradiansSymbol
Gets or set the angle gradians symbol.
Public propertyInchesSymbol
Gets or set the inches symbol.
Public propertyLinearDecimalPlaces
Gets or sets the number of decimal places for linear units.
Public propertyMinutesSymbol
Gets or set the angle minutes symbol.
Public propertyRadiansSymbol
Gets or set the angle radians symbol.
Public propertySecondsSymbol
Gets or set the angle seconds symbol.
Public propertySupressAngularLeadingZeros
Suppresses leading zeros in angular decimal dimensions (for example, 0.5000 becomes .5000).
Public propertySupressAngularTrailingZeros
Suppresses trailing zeros in angular decimal dimensions (for example, 12.5000 becomes 12.5).
Public propertySupressLinearLeadingZeros
Suppresses leading zeros in linear decimal dimensions (for example, 0.5000 becomes .5000).
Public propertySupressLinearTrailingZeros
Suppresses trailing zeros in linear decimal dimensions (for example, 12.5000 becomes 12.5).
Public propertySupressZeroFeet
Suppresses zero feet in architectural dimensions.
Public propertySupressZeroInches
Suppresses zero inches in architectural dimensions.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also