StreetConfiguration

Street Configuration.

@example:
configs = ce.getStreetConfigurations()
configs[0].setName("my street config")
print(configs[0].getName())

 

此处定义的方法如下:

getName

getName(self):

Gets the Street Configuration name.

@return: The name of the Street Configuration as a string. [str]

setName

setName(self, name):

Sets the Street Configuration name.

@param name: The name for the Street Configuration.  [str]

在本主题中
  1. getName
  2. setName