Class Nut
A nut, on a bolt
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class Nut
Properties
NutType
the type of nut used
Declaration
public NutType NutType { get; set; }
Property Value
| Type | Description |
|---|---|
| NutType |
Exceptions
| Type | Condition |
|---|---|
| NotAddedException | Thrown when setting data on the object without having added it to a transaction |
| NotLockedException | Thrown when reading or writing the property of a bolt that was added to a transaction but is unlocked |
Methods
Dispose(bool)
A nut, on a bolt
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~Nut()
A nut, on a bolt
Declaration
protected ~Nut()