Class PythonMember
A "custom" member implemented in python. Access properties on these types through the Dynamic property on this object, as a csharp 'dynamic' type.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class PythonMember : Member
Constructors
PythonMember(string)
Create a new member, implemented in python, using the custom member named 'kind'. For example, to create a hand rail: new PythonMember("HandRail");
Declaration
public PythonMember(string kind)
Parameters
Type | Name | Description |
---|---|---|
string | kind |
Properties
PythonObject
Return the python object, should be treated as a "dynamic" type
Declaration
public dynamic PythonObject { get; }
Property Value
Type | Description |
---|---|
dynamic |
Methods
Dispose(bool)
A "custom" member implemented in python. Access properties on these types through the Dynamic property on this object, as a csharp 'dynamic' type.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |