Class Unit
Assembly: NXOpen.dll
Syntax
public class Unit : NXObject, IMessageSink, INXObject
Constructors
Unit()
Declaration
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
IsBaseUnit
Declaration
public bool IsBaseUnit { get; }
Property Value
IsDefaultUnit
Declaration
public bool IsDefaultUnit { get; }
Property Value
IsInfoUnit
Declaration
public bool IsInfoUnit { get; }
Property Value
Measure
Declaration
public string Measure { get; }
Property Value
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
Symbol
Declaration
public string Symbol { get; }
Property Value
TypeName
Declaration
public string TypeName { get; }
Property Value
Methods
MakeDefault()
Declaration
public void MakeDefault()
MakeInfoUnit()
Declaration
public void MakeInfoUnit()
Implements
System.Runtime.Remoting.Messaging.IMessageSink