Class BoltType
Base class for bolt type setup information
Inheritance
BoltType
Inherited Members
Namespace: DesignData.SDS2.Setup
Assembly: DesignData.SDS2.Setup.dll
Syntax
public class BoltType
Properties
Description
This string is now the bolt type is named in the user interface.
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
FrictionBearing
Base class for bolt type setup information
Declaration
public FrictionBearingType FrictionBearing { get; }
Property Value
| Type | Description |
|---|---|
| FrictionBearingType |
Material
The bolt material
Declaration
public string Material { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Dispose(bool)
Base class for bolt type setup information
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~BoltType()
Base class for bolt type setup information
Declaration
protected ~BoltType()