This operation is not supported.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual int Add(
	Object item
)
Visual Basic
Public Overridable Function Add ( _
	item As Object _
) As Integer
Visual C++
public:
virtual int Add(
	Object^ item
)

Parameters

item
Type: System..::..Object
The Object to be added to the end of the AssocDimLocations.

Return Value

Nothing.

Implements

IList..::..Add(Object)

Exceptions

ExceptionCondition
System..::..NotSupportedException Always.

See Also