Class AbstractShaftToMountableComponentConnection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractShaftToMountableComponentConnection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.ConnectionsAndSockets
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class AbstractShaftToMountableComponentConnection : Connection, IEquatable<APIBase>
Properties
MountableComponent
Declaration
public MountableComponent MountableComponent { get; }
Property Value
Type | Description |
---|---|
MountableComponent |
Shaft
Declaration
public AbstractShaft Shaft { get; }
Property Value
Type | Description |
---|---|
AbstractShaft |
Implements
System.IEquatable<T>