Class CreatedConnectionMaterial
A container for the lists for materials, bolts, and welds created by a connection.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class CreatedConnectionMaterial
Properties
Bolts
Returns a list of bolts objects created by a connection.
Declaration
public BoltList Bolts { get; }
Property Value
Type | Description |
---|---|
BoltList |
Materials
Returns a list of material objects created by a connection.
Declaration
public MaterialList Materials { get; }
Property Value
Type | Description |
---|---|
MaterialList |
Welds
Returns a list of welds objects created by a connection.
Declaration
public WeldList Welds { get; }
Property Value
Type | Description |
---|---|
WeldList |
Methods
Dispose(bool)
A container for the lists for materials, bolts, and welds created by a connection.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
~CreatedConnectionMaterial()
A container for the lists for materials, bolts, and welds created by a connection.
Declaration
protected ~CreatedConnectionMaterial()
GetConnection()
Returns the connection that created the listed materials.
Declaration
public int GetConnection()
Returns
Type | Description |
---|---|
int |