Struct BasePart.IncompleteStatus
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
Assembly: NXOpen.dll
Syntax
public struct IncompleteStatus
Constructors
IncompleteStatus(Boolean, Boolean, Boolean)
Declaration
public IncompleteStatus(bool StructIncomplete, bool PendIncomplete, bool IncompleteChildren)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | StructIncomplete | |
System.Boolean | PendIncomplete | |
System.Boolean | IncompleteChildren |
Fields
IncompleteChildren
Declaration
public bool IncompleteChildren
Field Value
Type | Description |
---|---|
System.Boolean |
PendIncomplete
Declaration
public bool PendIncomplete
Field Value
Type | Description |
---|---|
System.Boolean |
StructIncomplete
Declaration
public bool StructIncomplete
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()