HighlightSerializedMarker
Use this method to highlight a location in a mapping file that has been previously serialized. If the corresponding document is not already loaded, it will be loaded first. See GenerateCodeEx for a method to retrieve a serialized marker.
Signature
HighlightSerializedMarker(in i_strSerializedMarker:String) -> Void |
Parameters
Name | Type | Description |
---|---|---|
i_strSerializedMarker | String | The ErrorMarker object to highlight. Use ErrorMaker.Serialized to obtain this value. |
Errors
Error code | Description |
---|---|
1000 | The object is no longer valid. |
1001 | Invalid address for the return parameter was specified. |
1007 | The string passed in i_strSerializedMarker is not recognized a serialized MapForce marker. |
1008 | The marker points to a location that is no longer valid. |