SOLIDWORKS PDM Professional API Help Send Feedback
GetCustomColumnValues Method (IEdmSearchResult6)
See Also 
EPDM.Interop.epdm Namespace > IEdmSearchResult6 Interface : GetCustomColumnValues Method (IEdmSearchResult6)


ppoRetColValues
Array of string values (see Remarks)
Gets the custom column values returned in this favorite search result.

Syntax

Visual Basic 
Sub GetCustomColumnValues( _
   ByRef ppoRetColValues() As System.String _
) 
C# 
void GetCustomColumnValues( 
   out System.string[] ppoRetColValues
)
C++/CLI 
void GetCustomColumnValues( 
&   [Out] System.array<String^>^ ppoRetColValues
) 

Parameters

ppoRetColValues
Array of string values (see Remarks)

Example

See the IEdmSearch10 examples.

Remarks

ppoRetColValues is not null only for favorite search results that show custom columns.

If the favorite search result:

  • Does not have custom columns, 

then ppoRetColValues is null.

The ppoRetColValues array elements map to the fields in the EdmListCol structures in the array (ppoRetColsInfo) that is returned by IEdmSearchResult6::GetCustomColumnsInfo as follows:

size_of_ppoRetColValues = (size_of_ppoRetColsInfo) * (6 EdmListCol fields)

 

See Also

Availability

SOLIDWORKS PDM Professional 2021