Class Connection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Connection
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class Connection : DesignEntity, IEquatable<APIBase>
Properties
ConnectionID
Declaration
public string ConnectionID { get; }
Property Value
Type |
Description |
System.String |
|
DrawingPosition
Declaration
public ListWithSelectedItem<string> DrawingPosition { get; set; }
Property Value
OwnerA
Declaration
public Component OwnerA { get; }
Property Value
OwnerB
Declaration
public Component OwnerB { get; }
Property Value
SocketA
Declaration
public Socket SocketA { get; }
Property Value
SocketB
Declaration
public Socket SocketB { get; }
Property Value
SpeedRatioFromAToB
Declaration
public double SpeedRatioFromAToB { get; }
Property Value
Type |
Description |
System.Double |
|
TorqueRatioFromAToB
Declaration
public double TorqueRatioFromAToB { get; }
Property Value
Type |
Description |
System.Double |
|
UniqueName
Declaration
public override string UniqueName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
OtherOwner(Component)
Declaration
public Component OtherOwner(Component component)
Parameters
Returns
OtherSocket(Socket)
Declaration
public Socket OtherSocket(Socket socket)
Parameters
Type |
Name |
Description |
Socket |
socket |
|
Returns
OtherSocket(Component)
Declaration
public Socket OtherSocket(Component component)
Parameters
Returns
SocketFor(Component)
Declaration
public Socket SocketFor(Component component)
Parameters
Returns
Implements
System.IEquatable<T>
Extension Methods