Gets a particular drawing from the collection.
public DataVisualization.DrawingFrame GetItem();Public Function GetItem() As DataVisualization.DrawingFramepublic DataVisualization.DrawingFrame GetItem(int id);Public Function GetItem(ByVal id As Integer) As DataVisualization.DrawingFramepublic DataVisualization.DrawingFrame GetItem(string name);Public Function GetItem(ByVal name As String) As DataVisualization.DrawingFrame| 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