Class Unit
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
Assembly: NXOpen.dll
Syntax
public class Unit : NXObject, IMessageSink, INXObject
Constructors
Unit()
Declaration
protected Unit()
Properties
Abbreviation
Declaration
[Obsolete("Deprecated in NX11.0.1. Use NXOpen.Unit.Symbol instead. This string will not be translated.")]
public string Abbreviation { get; }
Property Value
Type | Description |
---|---|
System.String |
IsBaseUnit
Declaration
public bool IsBaseUnit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDefaultUnit
Declaration
public bool IsDefaultUnit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Measure
Declaration
public string Measure { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
[Obsolete("Deprecated in NX11.0.1. Use NXOpen.Unit.TypeName instead. This string will not be translated.")]
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Symbol
Declaration
public string Symbol { get; }
Property Value
Type | Description |
---|---|
System.String |
TypeName
Declaration
public string TypeName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
MakeDefault()
Declaration
public void MakeDefault()
Implements
System.Runtime.Remoting.Messaging.IMessageSink