Click or drag to resize

MaterialSetupRequirement Properties

[This is preliminary documentation and is subject to change.]

The MaterialSetupRequirement type exposes the following members.

Properties
  NameDescription
Public propertyApprovedAlternateParts
An optional list of approved alternate parts (internal part numbers) that may be substituted for the primary part.
Public propertyApprovedManufacturerParts
An optional list of specific manufacturer part numbers that must be utilzed. When specified, a part will only be acceptable if both its internal part number matches the PartNumber property (or Alternates), AND its manufacturer part number matches one of the parts specified in the ApprovedManufacturerParts property.
Public propertyPartNumber
The internal part number of the part that must be loaded at this position.
Public propertyPosition
The position where the required material must be installed on the Endpoint (optional). Where applicable, a dot (".") notation should be utilized to designate specific positions. Examples: MODULE1.FRONT.Pos23, STAGE2.BANK1.Pos44, etc.
Top
See Also