Show / Hide Table of Contents

    Class Component

    Base class for components on members

    Inheritance
    object
    Component
    ConnectionComponent
    PythonComponent
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    Back to top