In This Topic
            
            Gets all part variants with the given part number.
            
            
            Syntax
            
            
            
            
            
            Example
If the database contains the parts: "PartA"-"V4", "PartA"-"V1", "PartA"-"V2", "PartA"-"V3" than GetPartVariants("PartA") returns "PartA"-"V1", "PartA"-"V2", "PartA"-"V3", "PartA"-"V4"
            
            
            
            
            See Also