GetAlternateParts(GetAlternatePartsSetup) Method
Setup object for API invocation.
Builds a list of the alternate parts (table_partnum_view) for the specified part and revision, and returns an array of part Objids This overload takes a setup object.
Syntax
'Declaration
Public Overloads Function GetAlternateParts( _
ByVal _setupParam_ As GetAlternatePartsSetup _
) As GetAlternatePartsResult
public GetAlternatePartsResult GetAlternateParts(
GetAlternatePartsSetup _setupParam_
)
Parameters
setupParam
Setup object for API invocation.
Return Value
The following values are populated in the GetAlternatePartsResult object returned by the API method:
- AlternatePartList - An array of Alternate Part objid's.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
LogisticsToolkit Class LogisticsToolkit Members Overload List FChoice.Toolkits.Clarify~FChoice.Toolkits.Clarify.Logistics.GetAlternatePartsSetup