Struct PartNameGenerator.PartAssignInputInfo
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 PartAssignInputInfo
Fields
BasePartName
Declaration
public string BasePartName
Field Value
| Type | Description |
|---|---|
| System.String |
BasePartNumber
Declaration
public string BasePartNumber
Field Value
| Type | Description |
|---|---|
| System.String |
BasePartRevision
Declaration
public string BasePartRevision
Field Value
| Type | Description |
|---|---|
| System.String |
GenerateNextItemId
Declaration
public bool GenerateNextItemId
Field Value
| Type | Description |
|---|---|
| System.Boolean |
ItemType
Declaration
public string ItemType
Field Value
| Type | Description |
|---|---|
| System.String |
ModelType
Declaration
public string ModelType
Field Value
| Type | Description |
|---|---|
| System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.ValueType.ToString()