This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
1b3d672d 8486 2b0d c7e0 6910278f3f86
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents datum reference, a theoretically exact point, axis, or plane from which you make measurements and verify dimensions.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class DatumReferenceValue : ICloneable
VB
Public Class DatumReferenceValue
Implements ICloneable
C++
public ref class DatumReferenceValue : ICloneable
F#
type DatumReferenceValue =
class
interface ICloneable
end
Inheritance | Object → DatumReferenceValue |
Implements | ICloneable |
DatumReferenceValue() | Initializes a new instance of the DatumReferenceValue class. |
DatumReferenceValue(String, ToleranceMaterialCondition) | Initializes a new instance of the DatumReferenceValue class. |
MaterialCondition | Gets or sets the datum material condition. |
Value | Gets or sets the datum value. |
Clone | Creates a new DatumReferenceValue 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) |