Class Component
Base class for components on members
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class Component
Properties
Handle
The handle for this component
Declaration
public ComponentHandle Handle { get; }
Property Value
Type | Description |
---|---|
ComponentHandle |
Methods
Dispose(bool)
Base class for components on members
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
~Component()
Base class for components on members
Declaration
protected ~Component()
FindCreatedMaterial()
Returns an object containing three lists, Materials, Bolts, Welds that a connection created.
This is the base virtual fucntion that returns an empty object.
Declaration
public virtual CreatedConnectionMaterial FindCreatedMaterial()
Returns
Type | Description |
---|---|
CreatedConnectionMaterial |