AddNodeByPosition

ISmartArtNodeCollection.AddNodeByPosition method

Add new node in the selected position of nodes collection.

public ISmartArtNode AddNodeByPosition(int position)
ParameterTypeDescription
positionInt32Zero-base node position.

Return Value

Added node

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionposition is less than 0.

See Also