Class NodalMatrixEditorWrapper
Inheritance
System.Object
NodalMatrixEditorWrapper
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class NodalMatrixEditorWrapper : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
Columns
Declaration
public ReadOnlyCollection<NodalMatrixEditorWrapperColumn> Columns { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<NodalMatrixEditorWrapperColumn> |
DistanceUnits
Declaration
public ListWithSelectedItem<Unit> DistanceUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| ListWithSelectedItem<Unit> |
ForceUnits
Declaration
public ListWithSelectedItem<Unit> ForceUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| ListWithSelectedItem<Unit> |
Implements
System.IEquatable<T>