Class BearingCoefficientsImport
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.RotorDynamics
Assembly: NXOpen.dll
Syntax
public class BearingCoefficientsImport : NXRemotableObject, IMessageSink
Constructors
BearingCoefficientsImport(Session)
Declaration
protected BearingCoefficientsImport(Session owner)
Parameters
| Type | Name | Description |
|---|---|---|
| Session | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
| Type | Description |
|---|---|
| Tag |
Methods
Apply(String, Int32, Int32, out String[], out String[])
Declaration
public void Apply(string csvFile, int bearingType, int unit, out string[] errorText, out string[] warningText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | csvFile | |
| System.Int32 | bearingType | |
| System.Int32 | unit | |
| System.String[] | errorText | |
| System.String[] | warningText |
GetBearingCoefficientsImport(Session)
Declaration
public static BearingCoefficientsImport GetBearingCoefficientsImport(Session owner)
Parameters
| Type | Name | Description |
|---|---|---|
| Session | owner |
Returns
| Type | Description |
|---|---|
| BearingCoefficientsImport |
Implements
System.Runtime.Remoting.Messaging.IMessageSink