This operation is not supported.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

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 DimensionList.

Return Value

Nothing.

Implements

IList..::..Add(Object)

Exceptions

ExceptionCondition
System..::..NotSupportedException Always.

See Also