Class FieldVariable
Inheritance
FieldVariable
Assembly: NXOpen.dll
Syntax
public class FieldVariable : NXObject, IMessageSink, INXObject
Constructors
FieldVariable()
Declaration
protected FieldVariable()
Properties
DefaultValue
Declaration
public double DefaultValue { get; }
Property Value
Logarithmic
Declaration
public bool Logarithmic { get; }
Property Value
NameVariable
Declaration
public NameVariable NameVariable { get; }
Property Value
NumPoints
Declaration
public int NumPoints { get; }
Property Value
Units
Declaration
public Unit Units { get; }
Property Value
VariableBounds
Declaration
public FieldVariable.Bounds VariableBounds { get; }
Property Value
VariableType
Declaration
public FieldVariable.Type VariableType { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink