Gets the number of SOLIDWORKS Search keywords for the specified third-party application previously added to this model document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSearchDataCount( _
ByVal AppName As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim AppName As System.String
Dim value As System.Integer
value = instance.GetSearchDataCount(AppName) |
C# | |
---|
System.int GetSearchDataCount(
System.string AppName
) |
C++/CLI | |
---|
System.int GetSearchDataCount(
& System.String^ AppName
) |
Parameters
- AppName
- Third-party application name
Return Value
Number of keywords for AppName previously added to this model document
Remarks
See Also
Availability
SOLIDWORKS 2008 FCS, Revision Number 16.0