.NET Framework Class Library
ShellResult.Count Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > ShellResult Class > ShellResult Methods > .NET Framework Class Library |
Get number of available results related to executed command.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function Count As Integer |
C# |
|---|
public int Count() |
Visual C++ |
|---|
public: int Count() |
JavaScript |
|---|
function count(); |
Return Value
number of available results
Remarks
See Also