Class DetailedBoltedJointDesign
Inheritance
System.Object
DetailedBoltedJointDesign
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class DetailedBoltedJointDesign : APIBase, IEquatable<APIBase>
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