Struct IMeshManager.StatusInfo
Inherited Members
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public struct IMeshManager.StatusInfo
Constructors
StatusInfo(int, int, int)
Declaration
public StatusInfo(int TotalNum, int LowLabel, int HighLabel)
Parameters
Type | Name | Description |
---|---|---|
int | TotalNum | |
int | LowLabel | |
int | HighLabel |
Fields
HighLabel
Declaration
public int HighLabel
Field Value
Type | Description |
---|---|
int |
LowLabel
Declaration
public int LowLabel
Field Value
Type | Description |
---|---|
int |
TotalNum
Declaration
public int TotalNum
Field Value
Type | Description |
---|---|
int |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |