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>)
Close
Ofcas.Lk.Api.Client - Version 3.0
Elevation.GetDrawing Method (Dictionary<string, object>)

Gets a drawing from the elevation as a Stream.

Syntax
C#
public Stream GetDrawing(Dictionary<string, object> parameters);
Parameters
Description
Dictionary<string, object> parameters
The parameters to define the drawing. See WellKnownParameterKeys.Elevation.Drawing for details about the keys.

Returns a read-only Stream of the drawing from the elevation based on the stated parameters.

Copyright © 2020. All rights reserved.