Class CylindricalComponentConnection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalComponentConnection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.ConnectionsAndSockets
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalComponentConnection : ComponentConnection, IEquatable<APIBase>
Properties
MeasuringPositionForComponent
Declaration
public ListWithSelectedItem<string> MeasuringPositionForComponent { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.String> |
MeasuringPositionForConnectedComponent
Declaration
public ListWithSelectedItem<string> MeasuringPositionForConnectedComponent { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.String> |
Implements
System.IEquatable<T>