Gets a long value from the FME Engine or FME Server response.
[Visual Basic]
Function GetLongProperty( _
ByVal propName As String _
) As Long
Returns a long representation of the property's value.
Properties defined in the FME Engine response will shadow any properties by the same name in the FME Server response. For example, if both the FME Server and FME Engine response define a property called "currentTime", then getBooleanProperty("currentTime") will return the corresponding value from the FME Server response, not the FME Server response. If a property is defined multiple times in the FME Server response, the last value in the response string will be used.
The following long properties should be present in the FME Server response:
The following long properties are included in the default SUCCESS_RESPONSE and FAILURE_RESPONSE directives that ship with the FME Server:
Exception Type | Condition |
---|---|
Safe.FMEServer.API.FMEServerException | The property could not be found or could not be parsed as a long. |
IFMETransformationResult Interface | IFMETransformationResult Members | Safe.FMEServer.API Namespace