ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBooks Class / GetSynonyms Method
Vendor ID.




In This Topic
    GetSynonyms Method
    In This Topic
    Returns an array of vendor IDs associated with the specified ID.
    Syntax
    'Declaration
     
    Public Shared Function GetSynonyms( _
       ByVal vendorId As ImGearSpotColorVendorID _
    ) As ImGearSpotColorVendorID()
    'Usage
     
    Dim vendorId As ImGearSpotColorVendorID
    Dim value() As ImGearSpotColorVendorID
     
    value = ImGearColorBooks.GetSynonyms(vendorId)
    public static ImGearSpotColorVendorID[] GetSynonyms( 
       ImGearSpotColorVendorID vendorId
    )
    public: static ImGearSpotColorVendorID[]* GetSynonyms( 
       ImGearSpotColorVendorID vendorId
    ) 

    Parameters

    vendorId
    Vendor ID.

    Return Value

    See Also