fmeobjects.FMESession.getProperties
- FMESession.getProperties(propertyCategory, properties)
This method is used to retrieve a variety of information on a
FMESession
or use a session to perform certain operations. The operation performed is determined by a combination of the ‘propertyCategory’ specified and the ‘propertyConfig’ information passed in.- Parameters:
- Return type:
- Returns:
The properties requested. This value is empty in cases where actions are performed.
- Raises:
FMEException – An exception is raised if there was a problem in performing the specified getProperties operation.