Click or drag to resize

SubAssemblyLoadResult Class

Represents the results of a sub-assembly load operation.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsSubAssemblyLoadResult

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public class SubAssemblyLoadResult

The SubAssemblyLoadResult type exposes the following members.

Constructors
  NameDescription
Public methodSubAssemblyLoadResult
Initializes a new instance of the SubAssemblyLoadResult class
Top
Properties
  NameDescription
Public propertyFailedVerifications
A flagged enumerated value indicating the specific verification checks that failed during the sub-assembly load operation.
Public propertyMessage
A human-friendly message describing the results of the sub-assembly load operation.
Public propertyResultDetails
An enumerated value describing the overall success or failure of the sub-assembly load operation.
Public propertyResultType
An enumerated value describing the overall success or failure of the sub-assembly load operation.
Top
See Also