Class LengthRatioRangeSettings
Inheritance
System.Object
System.MarshalByRefObject
LengthRatioRangeSettings
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.QualityAudit
Assembly: NXOpen.dll
Syntax
public class LengthRatioRangeSettings : ActionSettings, IMessageSink, INXObject
Constructors
LengthRatioRangeSettings()
Declaration
protected LengthRatioRangeSettings()
Properties
MaximumRatio
Declaration
public Expression MaximumRatio { get; }
Property Value
Type | Description |
---|---|
Expression |
MinimumRatio
Declaration
public Expression MinimumRatio { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
GetMaximumRatioByConnectionType(ConnectionType)
Declaration
public Expression GetMaximumRatioByConnectionType(ConnectionType connectionType)
Parameters
Type | Name | Description |
---|---|---|
ConnectionType | connectionType |
Returns
Type | Description |
---|---|
Expression |
GetMinimumRatioByConnectionType(ConnectionType)
Declaration
public Expression GetMinimumRatioByConnectionType(ConnectionType connectionType)
Parameters
Type | Name | Description |
---|---|---|
ConnectionType | connectionType |
Returns
Type | Description |
---|---|
Expression |
Implements
System.Runtime.Remoting.Messaging.IMessageSink