Class NodalMatrix
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
NodalMatrix
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class NodalMatrix : AbstractNodalMatrix, IEquatable<APIBase>
Properties
Rows
Declaration
public ReadOnlyCollection<NodalMatrixRow> Rows { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<NodalMatrixRow> |
Implements
System.IEquatable<T>