Class DetailedBoltedJointDesign
Inheritance
System.Object
DetailedBoltedJointDesign
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class DetailedBoltedJointDesign : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
LoadedBolts
Declaration
public ReadOnlyCollection<LoadedBolt> LoadedBolts { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<LoadedBolt> |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
NumberOfBolts
Declaration
public int NumberOfBolts { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Implements
System.IEquatable<T>
Extension Methods