public Stream GetDrawing(Dictionary<string, object> parameters, out IDictionary<string, object> values);
Parameters
Parameters
Description
Dictionary<string, object> parameters
The parameters to define the drawing. See WellKnownParameterKeys.Elevation.Drawing for details about the keys.
out IDictionary<string, object> values
Returns a dictionary which contains additional information about the drawing depending on the parameters. See WellKnownParameterKeys.Elevation.Drawing for details about the keys and return values.
Returns
Returns a read-only Stream of the drawing from the elevation based on the stated parameters.