Class BaseUnit
Inheritance
System.Object
System.MarshalByRefObject
BaseUnit
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.FTK
Assembly: NXOpen.dll
Syntax
public class BaseUnit : NXObject, IMessageSink, INXObject
Constructors
BaseUnit()
Declaration
protected BaseUnit()
Methods
GetConstituentUnit(Int32)
Declaration
public BaseUnit GetConstituentUnit(int nthConstituentUnitIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nthConstituentUnitIndex |
Returns
Type | Description |
---|---|
BaseUnit |
GetConstituentUnitsCount()
Declaration
public int GetConstituentUnitsCount()
Returns
Type | Description |
---|---|
System.Int32 |
SetMeasureName(String)
Declaration
public void SetMeasureName(string measureName)
Parameters
Type | Name | Description |
---|---|---|
System.String | measureName |
SetNxUnit(Unit)
Declaration
public void SetNxUnit(Unit nxUnit)
Parameters
Type | Name | Description |
---|---|---|
Unit | nxUnit |
SetUnitName(String)
Declaration
public void SetUnitName(string unitName)
Parameters
Type | Name | Description |
---|---|---|
System.String | unitName |
Implements
System.Runtime.Remoting.Messaging.IMessageSink