Gets a particular drawing from the collection.
public DataVisualization.DrawingFrame GetItem();
public DataVisualization.DrawingFrame GetItem(int id);
public DataVisualization.DrawingFrame GetItem(string name);
Parameter | Description |
---|---|
id | Specifies the drawing's identifier. The method returns null, if a drawing with the specified identifier does not exist. |
name | Specifies the drawing's name. The method returns null, if a drawing with the specified name does not exist. |
The return value is null, if a drawing with the specified parameters could not be found. Otherwise, it is an object of the type Data