getDrawing abstract method
- int drawingId
Gets a drawing for a given drawing id.
drawingIdThe id of the drawing.
Returns VenueDrawing. The drawing with the given id or null.
Implementation
VenueDrawing getDrawing(int drawingId);
Gets a drawing for a given drawing id.
drawingId The id of the drawing.Returns VenueDrawing. The drawing with the given id or null.
VenueDrawing getDrawing(int drawingId);