getResourceName static method

ResourceName getResourceName(
  1. String name
)

Get the ResourceName for this Gantry with the given name

final myGantryResourceName = myGantry.getResourceName("my_gantry");

For more information, see Gantry component.

Implementation

static ResourceName getResourceName(String name) {
  return Gantry.subtype.getResourceName(name);
}