Class DetailedBoltedJointDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DetailedBoltedJointDesign
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bolts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DetailedBoltedJointDesign : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>