getDrawingByIdentifier abstract method

VenueDrawing getDrawingByIdentifier(
  1. String 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 getDrawingByIdentifier(String drawingId);