Show / Hide Table of Contents

    Class PythonComponent

    A component implemented in python

    Inheritance
    System.Object
    Component
    PythonComponent
    StairConnection
    Inherited Members
    Component.Handle
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public class PythonComponent : Component

    Properties

    PythonObject

    The underlying python object for this component. Use this object with the "dynamic" type in csharp.

    Declaration
    public dynamic PythonObject { get; }
    Property Value
    Type Description
    System.Object

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    Component.Dispose(Boolean)
    Back to top