fsreqNestSolutionTFSResult Class |
Inheritance Hierarchy
Namespace: FabSuiteRequestApi
Assembly: FabSuiteRequestApi (in FabSuiteRequestApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-request-v0108.xsd")] public class fsreqNestSolutionTFSResult
The fsreqNestSolutionTFSResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsreqNestSolutionTFSResult |
fsreqNestSolutionTFSResult class constructor
|
Properties
Name | Description | |
---|---|---|
Drop |
The drop that is remaining after the cuts are complete.
| |
IncludeAllResultParts |
If true, then all of the result parts are to be cut.
If false, then NestSolutionResultPartID and NestSolutionResultPartQuantity must be populated with the specific result parts and quantities to cut.
| |
NestSolutionResultID |
If true, then all of the result parts are to be cut.
If false, then NestSolutionResultPartID and NestSolutionResultPartQuantity must be populated with the specific result parts and quantities to cut.
| |
NestSolutionResultPartID |
If IncludeAllResultParts is false, the result part records that are to be cut.
| |
NestSolutionResultPartQuantity |
If IncludeAllResultParts is false, the quantities of the result part records that are to be cut.
Must have the same number of elements as NestSolutionResultPartID.
| |
ResultLocation |
The location for the nest solution result.
| |
ResultSecondaryLocation |
The secondary location for the nest solution result.
|
See Also