RemoveAt

IDrawingGuidesCollection.RemoveAt method

Removes the drawing guide at the specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32Index of the drawing guide that should be deleted.

See Also