You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > Elevation Class > Elevation Methods > GetDrawing Method > Elevation.GetDrawing Method (Dictionary<string, object>, out IDictionary<string, object>)
Elevation.GetDrawing Method (Dictionary<string, object>, out IDictionary<string, object>)
Close
Ofcas.Lk.Api.Client - Version 3.0
Elevation.GetDrawing Method (Dictionary<string, object>, out IDictionary<string, object>)

Gets a drawing from the elevation as a Stream.

Syntax
C#
public Stream GetDrawing(Dictionary<string, object> parameters, out IDictionary<string, object> values);
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 a read-only Stream of the drawing from the elevation based on the stated parameters.

Copyright © 2020. All rights reserved.