[]
Gets a PictureBullet by its id.
public PictureBullet GetById(int id)
Public Function GetById(id As Integer) As PictureBullet
| Type | Name | Description |
|---|---|---|
| int | id | The PictureBullet id. |
| Type | Description |
|---|---|
| PictureBullet | The PictureBullet with the specified id. |