Endeca Presentation API
Add Method (obj)
NamespacesEndeca.Navigation.AnalyticsAnalyticsQueryAdd(Object)
Appends a Statement object to the end of the collection.
Declaration Syntax
C#Visual BasicVisual C++
public void Add(
	Object obj
)
Public Sub Add ( _
	obj As Object _
)
public:
virtual void Add (
	Object^ obj
) sealed
Parameters
obj (Object)
The Statement object to be added.
Exceptions
ExceptionCondition
ArgumentNullException If obj is a null reference.
ArgumentException If obj is not a Statement object.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0