Click or drag to resize

DatumReferenceValue Class

Represents datum reference, a theoretically exact point, axis, or plane from which you make measurements and verify dimensions.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesDatumReferenceValue

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public class DatumReferenceValue : ICloneable

The DatumReferenceValue type exposes the following members.

Constructors
  NameDescription
Public methodDatumReferenceValue
Initializes a new instance of the DatumReferenceValue class.
Public methodDatumReferenceValue(String, ToleranceMaterialCondition)
Initializes a new instance of the DatumReferenceValue class.
Top
Properties
  NameDescription
Public propertyMaterialCondition
Gets or sets the datum material condition.
Public propertyValue
Gets or sets the datum value.
Top
Methods
  NameDescription
Public methodClone
Creates a new DatumReferenceValue that is a copy of the current instance.
Top
See Also