Class Scalar
Inheritance
Scalar
Inherited Members
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class Scalar : SmartObject, IMessageSink, IFitTo, INXObject
Constructors
Scalar()
Declaration
protected Scalar()
Properties
Dimensionality
Declaration
public Scalar.DimensionalityType Dimensionality { get; }
Property Value
Type | Description |
---|---|
Scalar.DimensionalityType |
MeasurementName
Declaration
public string MeasurementName { get; }
Property Value
Type | Description |
---|---|
string |
Value
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
double |
Implements
System.Runtime.Remoting.Messaging.IMessageSink