Class PlanetarySocketBase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PlanetarySocketBase
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 PlanetarySocketBase : CylindricalSocket, IEquatable<APIBase>
Properties
DrawOnLowerHalfOf2D
Declaration
public bool DrawOnLowerHalfOf2D { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DrawOnUpperHalfOf2D
Declaration
public bool DrawOnUpperHalfOf2D { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EditableName
Declaration
public string EditableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlanetaryDetails
Declaration
public PlanetaryDetail PlanetaryDetails { get; }
Property Value
Type | Description |
---|---|
PlanetaryDetail |
PlanetaryLoadSharingFactor
Declaration
public double PlanetaryLoadSharingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Measurement: ShortLength
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>