Struct PdmPart.CheckoutInput
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.PDM
Assembly: NXOpen.dll
Syntax
public struct CheckoutInput
Fields
AllowRemote
Declaration
public bool AllowRemote
Field Value
Type | Description |
---|---|
System.Boolean |
ExplicitCheckOut
Declaration
public bool ExplicitCheckOut
Field Value
Type | Description |
---|---|
System.Boolean |
IncludeSecondary
Declaration
public bool IncludeSecondary
Field Value
Type | Description |
---|---|
System.Boolean |
InputChangeId
Declaration
public string InputChangeId
Field Value
Type | Description |
---|---|
System.String |
InputComment
Declaration
public string InputComment
Field Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()