Class ClampedSection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ClampedSection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bolts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ClampedSection : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
EditMaterial
Declaration
public DatabaseWithSelectedItem EditMaterial { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseWithSelectedItem |
Material
Declaration
public BoltedJointMaterial Material { get; }
Property Value
| Type | Description |
|---|---|
| BoltedJointMaterial |
PartThickness
Measurement: ShortLength
Declaration
public double PartThickness { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>