Gets the SOLIDWORKS Search, third-party, application keywords from the model document.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Sub IGetSearchData( _
   ByVal AppName As System.String, _
   ByVal Count As System.Integer, _
   ByRef AppNames As System.String, _
   ByRef NodeNames As System.String, _
   ByRef NodeValues As System.String _
)  | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IModelDocExtension
Dim AppName As System.String
Dim Count As System.Integer
Dim AppNames As System.String
Dim NodeNames As System.String
Dim NodeValues As System.String
 
instance.IGetSearchData(AppName, Count, AppNames, NodeNames, NodeValues) | 
Parameters
- AppName
- Third-party application name whose keywords to get
- Count
- Number of third-party application keywords
- AppNames
- 
- in-process, unmanaged C++: Pointer to an array of the third-party application names
 
- VBA, VB.NET, C#, and C++/CLI: Not supported 
See In-process Methods for details about this type of method.  
- NodeNames
- 
- in-process, unmanaged C++: Pointer to an array of the third-party application name's keywords
 
- VBA, VB.NET, C#, and C++/CLI: Not supported 
- NodeValues
- 
- in-process, unmanaged C++: Pointer to an array of the third-party application name's keyword values
 
- VBA, VB.NET, C#, and C++/CLI: Not supported
Return Value
Number of third-party application name's keywords
Remarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2008 FCS, Revision Number 16.0