getDrawing abstract method

VenueDrawing getDrawing(
  1. 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.

Implementation

VenueDrawing getDrawing(int drawingId);