Struct IMeshManager.StatusInfo
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public struct StatusInfo
Constructors
StatusInfo(Int32, Int32, Int32)
Declaration
public StatusInfo(int TotalNum, int LowLabel, int HighLabel)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | TotalNum | |
System.Int32 | LowLabel | |
System.Int32 | HighLabel |
Fields
HighLabel
Declaration
public int HighLabel
Field Value
Type | Description |
---|---|
System.Int32 |
LowLabel
Declaration
public int LowLabel
Field Value
Type | Description |
---|---|
System.Int32 |
TotalNum
Declaration
public int TotalNum
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()