Class BoltType
Base class for bolt type setup information
Inheritance
System.Object
BoltType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|---|
System.String |
FrictionBearing
Declaration
public FrictionBearingType FrictionBearing { get; }
Property Value
Type | Description |
---|---|
FrictionBearingType |
Material
The bolt material
Declaration
public string Material { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Finalize()
Declaration
protected void Finalize()