Class FieldVariable
Inheritance
System.Object
System.MarshalByRefObject
FieldVariable
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.Fields
Assembly: NXOpen.dll
Syntax
public class FieldVariable : NXObject, IMessageSink, INXObject
Constructors
FieldVariable()
Declaration
protected FieldVariable()
Properties
DefaultValue
Declaration
public double DefaultValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
Logarithmic
Declaration
public bool Logarithmic { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
NameVariable
Declaration
public NameVariable NameVariable { get; }
Property Value
Type | Description |
---|---|
NameVariable |
NumPoints
Declaration
public int NumPoints { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Units
Declaration
public Unit Units { get; }
Property Value
Type | Description |
---|---|
Unit |
VariableBounds
Declaration
public FieldVariable.Bounds VariableBounds { get; }
Property Value
Type | Description |
---|---|
FieldVariable.Bounds |
VariableType
Declaration
public FieldVariable.Type VariableType { get; }
Property Value
Type | Description |
---|---|
FieldVariable.Type |
Implements
System.Runtime.Remoting.Messaging.IMessageSink