Struct UFPart.LoadStatus
Inherited Members
Namespace: NXOpen.UF
Assembly: NXOpen.UF.dll
Syntax
public struct UFPart.LoadStatus
Fields
failed
Declaration
public bool failed
Field Value
Type | Description |
---|---|
bool |
file_names
Declaration
public string[] file_names
Field Value
Type | Description |
---|---|
string[] |
n_parts
Declaration
public int n_parts
Field Value
Type | Description |
---|---|
int |
statuses
Declaration
public int[] statuses
Field Value
Type | Description |
---|---|
int[] |
user_abort
Declaration
public bool user_abort
Field Value
Type | Description |
---|---|
bool |