Initializing help system before first use

Insert Method

Not supported by XPRMObjectsList objects.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public void Insert(
	int i,
	Object o
)

Parameters

i
Type:  SystemInt32
o
Type:  SystemObject

Implements

IListInsert(Int32, Object)
Exceptions
Exception Condition
NotSupportedException If called.
See Also