Struct PartDelayedUpdateStatus.DelayStatusInfo
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)
Assembly: NXOpen.dll
Syntax
public struct DelayStatusInfo
Fields
ConstraintDelayed
Declaration
public bool ConstraintDelayed
Field Value
Type |
Description |
System.Boolean |
|
DeferredDelayed
Declaration
public bool DeferredDelayed
Field Value
Type |
Description |
System.Boolean |
|
ExplicitDelayed
Declaration
public bool ExplicitDelayed
Field Value
Type |
Description |
System.Boolean |
|
FrozenDelayed
Declaration
public bool FrozenDelayed
Field Value
Type |
Description |
System.Boolean |
|
InternalDelayed
Declaration
public bool InternalDelayed
Field Value
Type |
Description |
System.Boolean |
|
NotDisplayedDelayed
Declaration
public bool NotDisplayedDelayed
Field Value
Type |
Description |
System.Boolean |
|
SessionDelayed
Declaration
public bool SessionDelayed
Field Value
Type |
Description |
System.Boolean |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()