Class NodeInformation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses.Reporting
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class NodeInformation : APIBase, IEquatable<APIBase>
Properties
NodeID
Declaration
public int NodeID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NodeInfo
Declaration
public LocalNodeInfo NodeInfo { get; }
Property Value
Type | Description |
---|---|
LocalNodeInfo |
PartsUsingNode
Declaration
public string PartsUsingNode { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>