Struct BasePart.IncompleteStatus
Assembly: NXOpen.dll
Syntax
public struct BasePart.IncompleteStatus
Constructors
IncompleteStatus(bool, bool, bool)
Declaration
public IncompleteStatus(bool StructIncomplete, bool PendIncomplete, bool IncompleteChildren)
Parameters
Type |
Name |
Description |
bool |
StructIncomplete |
|
bool |
PendIncomplete |
|
bool |
IncompleteChildren |
|
Fields
IncompleteChildren
Declaration
public bool IncompleteChildren
Field Value
PendIncomplete
Declaration
public bool PendIncomplete
Field Value
StructIncomplete
Declaration
public bool StructIncomplete
Field Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides