Jeckel
Great Reverend
Can this be done? I've looked and searched through the API and can't seem to find a method that gives you the domain type of a plot object.
I am wanting to do something like
Anybody got any ideas?
I am wanting to do something like
Code:
iPlotDomain = pPlot.?
iLandDomain = gc.getInfoTypeForString("DOMAIN_LAND")
if (iPlotDomain == iLandDomain):
return True
Anybody got any ideas?