Retrieve the object names of a particular Patterns object type.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getObjectNames( _ 
   ByVal type As NetricsObjectType _ 
) As ReadOnlyCollection(Of String)
C#
public ReadOnlyCollection<string> getObjectNames(
   NetricsObjectType type
)
C++
public:
 ReadOnlyCollection<string> getObjectNames(
   NetricsObjectType type
) sealed 
J#
public ReadOnlyCollection<string> getObjectNames(
   NetricsObjectType type
)
JScript
public  function getObjectNames(
   type : NetricsObjectType
) : ReadOnlyCollection<string>

Parameters

type
type of objects to get the names of.

Return Value

A read-only collection of object names.

See Also