Indicates the collection includes the names of all Patterns objects of the given Patterns type.


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

Syntax

Visual Basic (Declaration)
Public Sub addAll( _ 
   ByVal type As NetricsObjectType _ 
)
C#
public void addAll(
   NetricsObjectType type
)
C++
public:
 void addAll(
   NetricsObjectType type
) sealed 
J#
public void addAll(
   NetricsObjectType type
)
JScript
public  function addAll(
   type : NetricsObjectType
)

See Also