Class WeldHandle
A handle specifically for welds.
Inherited Members
Namespace: DesignData .SDS2.Database
Assembly: DesignData.SDS2.Database.dll
Syntax
public class WeldHandle
Constructors
WeldHandle(MemberHandle, Guid?)
Create a weld handle on a member, with the member handle and a guid to find the weld.
Declaration
public WeldHandle(MemberHandle memberHandle, Guid? guid)
Parameters
Type | Name | Description |
---|---|---|
Member |
memberHandle | |
Guid? | guid |
Properties
Guid
The uuid or guid representing this weld
Declaration
public Guid? Guid { get; }
Property Value
Type | Description |
---|---|
Guid? |
Member
The member this weld is on.
Declaration
public MemberHandle Member { get; }
Property Value
Type | Description |
---|---|
Member |
Methods
Dispose(bool)
A handle specifically for welds.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
Equals(object)
A handle specifically for welds.
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
object | other |
Returns
Type | Description |
---|---|
bool |
Overrides
~WeldHandle()
A handle specifically for welds.
Declaration
protected ~WeldHandle()
GetHashCode()
A handle specifically for welds.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |