Struct PdmPart.CheckinInput
Inherited Members
Namespace: NXOpen.PDM
Assembly: NXOpen.dll
Syntax
public struct PdmPart.CheckinInput
Constructors
CheckinInput(bool, bool, bool)
Declaration
public CheckinInput(bool AllowRemote, bool ExplicitCheckIn, bool IncludeSecondary)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | AllowRemote | |
| bool | ExplicitCheckIn | |
| bool | IncludeSecondary |
Fields
AllowRemote
Declaration
public bool AllowRemote
Field Value
| Type | Description |
|---|---|
| bool |
ExplicitCheckIn
Declaration
public bool ExplicitCheckIn
Field Value
| Type | Description |
|---|---|
| bool |
IncludeSecondary
Declaration
public bool IncludeSecondary
Field Value
| Type | Description |
|---|---|
| bool |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |